瀏覽代碼

BUG修复

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

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

@@ -959,7 +959,7 @@
   	<if test="approval ==2">
   	and e.approval &gt; 1
   	</if>
-  	<if test="outsourceStatus ==2">
+  	<if test="outsourceStatus !=null">
   	and l.refund_status = #{outsourceStatus,jdbcType=INTEGER}
   	</if> 
   	<if test="contractNo != null">
@@ -1016,7 +1016,7 @@
   	<if test="approval ==2">
   	and e.approval &gt; 1
   	</if> 
-  	<if test="outsourceStatus ==2">
+  	<if test="outsourceStatus !=null">
   	and l.refund_status = #{outsourceStatus,jdbcType=INTEGER}
   	</if> 
   	<if test="contractNo != null">