anderx 5 år sedan
förälder
incheckning
6513c769da
1 ändrade filer med 2 tillägg och 2 borttagningar
  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">