Kaynağa Gözat

财务经理BUG修复

Signed-off-by: anderx <312518615@qq.com>
anderx 6 yıl önce
ebeveyn
işleme
dee4c3cc9a

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

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