Browse Source

修改财务查看

Signed-off-by: anderx <312518615@qq.com>
anderx 6 years ago
parent
commit
aee61e32bc
1 changed files with 1 additions and 1 deletions
  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>