Ver código fonte

Merge remote-tracking branch 'origin/test' into dev

anderx 5 anos atrás
pai
commit
ba5394b2cb

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

@@ -537,7 +537,7 @@
 		left join t_order_mid tm on tm.order_no=b.order_no
 	  	where 1=1 
 	  	<if test="fids != null and fids.size > 0">
-  		and ,o.finance_id in
+  		and o.finance_id in
   		<foreach collection="fids" item="id" open="(" separator="," close=")">
   		 #{id}
   		</foreach>
@@ -579,7 +579,7 @@
 		left join t_order_mid tm on tm.order_no=b.order_no
 	  	where 1=1
 	<if test="fids != null and fids.size > 0">
-  		and ,o.finance_id in
+  		and o.finance_id in
   		<foreach collection="fids" item="id" open="(" separator="," close=")">
   		 #{id}
   		</foreach>