Przeglądaj źródła

订单流水修复

Signed-off-by: anderx <312518615@qq.com>
anderx 5 lat temu
rodzic
commit
63e1f296b4

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