|
|
|
@ -247,7 +247,7 @@ public class WmsHqlPack {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(wmsPart.getPartNo(), "partNo", result);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(wmsPart.getPartName(), "partName", result);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(wmsPart.getPartSpec(), "partSpec", result);
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(wmsPart.getPartType(), "partType", result);
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(wmsPart.getPartType(), "partType", result);
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(wmsPart.getSnControl(), "snControl", result);
|
|
|
|
|
|
|
|
|
|
getStringBuilderPack(wmsPart, result);
|
|
|
|
|