|
|
@@ -1112,10 +1112,9 @@ where delete_sign != 1 and (approval = 0 or approval = 2) and outsource= #{o.ou
|
|
|
<if test="o.contractNo != null and o.contractNo != """>
|
|
|
and o.contract_no like CONCAT('%',#{o.contractNo,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
- <if test="o.liquidationStatus != null and o.liquidationStatus != """>
|
|
|
+ <if test="o.liquidationStatus != null">
|
|
|
and o.liquidation_status = #{o.liquidationStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
-
|
|
|
<if test="o.orderNo != null and o.orderNo != """>
|
|
|
and o.order_no = #{o.orderNo,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
@@ -1163,7 +1162,7 @@ where delete_sign != 1 and (approval = 0 or approval = 2) and outsource= #{o.ou
|
|
|
<if test="o.contractNo != null and o.contractNo != """>
|
|
|
and o.contract_no like CONCAT('%',#{o.contractNo,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
- <if test="o.liquidationStatus != null and o.liquidationStatus != """>
|
|
|
+ <if test="o.liquidationStatus != null">
|
|
|
and o.liquidation_status = #{o.liquidationStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
|
|
|
@@ -1544,7 +1543,7 @@ where super_id is null ) e on e.order_no=a.order_no
|
|
|
<if test="contractNo != null and contractNo != """>
|
|
|
and o.contract_no like CONCAT('%',#{contractNo,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
- <if test="liquidationStatus != null and liquidationStatus != """>
|
|
|
+ <if test="liquidationStatus != null ">
|
|
|
and o.liquidation_status = #{liquidationStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
|