瀏覽代碼

不生效修改测试

anderx 6 年之前
父節點
當前提交
4aa9f1f1b1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

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

@@ -895,10 +895,10 @@
   	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}