Просмотр исходного кода

订单流水修复

Signed-off-by: anderx <312518615@qq.com>
anderx лет назад: 5
Родитель
Сommit
63e1f296b4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderBillNewMapper.xml

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