Browse Source

提交测试

anderx 6 years ago
parent
commit
df581d9abe
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

@@ -895,10 +895,11 @@
   	and approval in (0,2) and outsource=#{o.outsource,jdbcType=INTEGER}
   	and process_status >= 2
   	<if test="o.processStatus == 2">
-  	and o.finance_id  in(null,'') 
+  	and o.finance_id in(null,'') 
   	</if>
   	<if test="o.processStatus == 3">
-  	and o.finance_id is not null  and o.finance_id != ''    
+  	and o.finance_id is not null 
+  	and o.finance_id != ''    
   	</if>
   	<if test="o.orderNo != null and o.orderNo != &quot;&quot;">
   	and o.order_no = #{o.orderNo,jdbcType=VARCHAR}