ソースを参照

修改财务查看

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

+ 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>