Browse Source

Merge branch 'test' of jishutao/kede-server into prod

anderx 5 years ago
parent
commit
6a3247db96
1 changed files with 2 additions and 2 deletions
  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>