|
|
|
@ -228,7 +228,7 @@ public class WmsHqlPack {
|
|
|
|
|
for (String busiType : wmsDocMovementMaster.getFilterBusiType().split(",")) {
|
|
|
|
|
filterBusiType.add(Integer.parseInt(busiType));
|
|
|
|
|
}
|
|
|
|
|
DdlPreparedPack.getNotInPackList(filterBusiType, "busiType", packBean);
|
|
|
|
|
DdlPreparedPack.getNotInPackList(filterBusiType, "busiType", System.currentTimeMillis() + "", packBean);
|
|
|
|
|
}
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(wmsDocMovementMaster.getOrderStatus(), "orderStatus", packBean);
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(wmsDocMovementMaster.getCustNo(), "custNo", packBean);
|
|
|
|
|