选择单据区分

dev_no_inv
yewj 10 months ago
parent 609e7b9e84
commit d6e670ed0f

@ -120,12 +120,12 @@ public class CollectOrderRequest extends ListPageRequest {
private List<Integer> invAlerts;
/**
*(1.,2.,3.)
* (1.,2.,3.)
*/
private Integer uploadStatus;
/**
*
*
*/
private String updateError;
@ -147,4 +147,6 @@ public class CollectOrderRequest extends ListPageRequest {
*/
private String keywords;
private String excludeWorkCode;
}

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

Loading…
Cancel
Save