ソースを参照

财务经理BUG修复

Signed-off-by: anderx <312518615@qq.com>
anderx 6 年 前
コミット
7068a45534
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

@@ -1098,7 +1098,7 @@ left join t_order_outsource too on o.order_no=too.order_no where delete_sign !=
 	  	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>
@@ -1151,7 +1151,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
 	  	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>