Explorar o código

修改财务查看

Signed-off-by: anderx <312518615@qq.com>
anderx %!s(int64=6) %!d(string=hai) anos
pai
achega
aee61e32bc

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

@@ -1547,7 +1547,7 @@ where super_id is null ) e on e.order_no=a.order_no
 	  	and d.finance_id = #{o.financeId,jdbcType=VARCHAR}
 	  	</if>
 	  	<if test="fids != null and o.financeId != &quot;&quot;">
-	  	and d.finance_id = 
+	  	and d.finance_id in 
 	   <foreach item="item" collection="fids" separator="," open="(" close=")" index="">
         #{item}
        </foreach>