4/8 优化选入已完成单据1.0

dev_2.5_mutiscan
wangwei 3 months ago
parent 7a1d42ce62
commit c1bf5bd8b2

@ -183,6 +183,9 @@ public class CollectOrderRequest extends ListPageRequest {
private String orderStartTime; private String orderStartTime;
private String orderEndTime; private String orderEndTime;
private Integer isMatching;
private Integer inAndOutType;

@ -101,6 +101,12 @@
<if test="invAlert != null"> <if test="invAlert != null">
and icob.invAlert = #{invAlert} and icob.invAlert = #{invAlert}
</if> </if>
<if test="isMatching != null">
and sys_workplace_document.isMatching = #{isMatching}
</if>
<if test="inAndOutType != null">
and sys_workplace_document.inAndOutType = #{inAndOutType}
</if>
<if test="invAlerts != null and invAlerts.size() > 0"> <if test="invAlerts != null and invAlerts.size() > 0">
and icob.invAlert in and icob.invAlert in
<foreach collection="invAlerts" item="item" index="index" separator="," open="(" close=")"> <foreach collection="invAlerts" item="item" index="index" separator="," open="(" close=")">

Loading…
Cancel
Save