选择单据区分

dev_no_inv
yewj 10 months ago
parent 609e7b9e84
commit d6e670ed0f

@ -147,4 +147,6 @@ public class CollectOrderRequest extends ListPageRequest {
*/ */
private String keywords; private String keywords;
private String excludeWorkCode;
} }

@ -62,6 +62,11 @@
<if test="workPlaceCode != null"> <if test="workPlaceCode != null">
AND ico.workPlaceCode = #{workPlaceCode} AND ico.workPlaceCode = #{workPlaceCode}
</if> </if>
<if test="excludeWorkCode != null and excludeWorkCode != ''">
AND ico.workPlaceCode!=null and ico.workPlaceCode not in (#{excludeWorkCode})
</if>
<if test="chargeUser != null"> <if test="chargeUser != null">
AND sw.chargeUser = #{chargeUser} AND sw.chargeUser = #{chargeUser}
</if> </if>

Loading…
Cancel
Save