|
|
@@ -959,7 +959,7 @@
|
|
|
<if test="approval ==2">
|
|
|
and e.approval > 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 > 1
|
|
|
</if>
|
|
|
- <if test="outsourceStatus ==2">
|
|
|
+ <if test="outsourceStatus !=null">
|
|
|
and l.refund_status = #{outsourceStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="contractNo != null">
|