|
|
@ -412,7 +412,11 @@ public class WmsHqlPack {
|
|
|
|
DdlPreparedPack.getStringEqualPack(wmsLocate.getLocateName(), "locateName", result);
|
|
|
|
DdlPreparedPack.getStringEqualPack(wmsLocate.getLocateName(), "locateName", result);
|
|
|
|
DdlPreparedPack.getNumEqualPack(wmsLocate.getLocateType(), "locateType", result);
|
|
|
|
DdlPreparedPack.getNumEqualPack(wmsLocate.getLocateType(), "locateType", result);
|
|
|
|
DdlPreparedPack.getStringEqualPack(wmsLocate.getWhNo(), "whNo", result);
|
|
|
|
DdlPreparedPack.getStringEqualPack(wmsLocate.getWhNo(), "whNo", result);
|
|
|
|
DdlPreparedPack.getStringEqualPack(wmsLocate.getZoneNo(), "zoneNo", result);
|
|
|
|
if(wmsLocate.getZoneNo() != null){
|
|
|
|
|
|
|
|
DdlPreparedPack.getInPack(StringUtils.join(new ArrayList<String>(Arrays.asList(wmsLocate.getZoneNo().split(","))),","),"",result);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// DdlPreparedPack.getStringEqualPack(wmsLocate.getZoneNo(), "zoneNo", result);
|
|
|
|
DdlPreparedPack.getNumEqualPack(wmsLocate.getStatus(), "status", result);
|
|
|
|
DdlPreparedPack.getNumEqualPack(wmsLocate.getStatus(), "status", result);
|
|
|
|
|
|
|
|
|
|
|
|
getStringBuilderPack(wmsLocate, result);
|
|
|
|
getStringBuilderPack(wmsLocate, result);
|
|
|
|