anderx vor 5 Jahren
Ursprung
Commit
6513c769da
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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">