|
|
|
@ -1515,7 +1515,7 @@ public class MesHqlPack {
|
|
|
|
|
DdlPreparedPack.getStringEqualPack(mesQcCheckStandard.getWorkCenterCode(), "workCenterCode", packBean);
|
|
|
|
|
}
|
|
|
|
|
if (mesQcCheckStandard.getCheckType() != null) {
|
|
|
|
|
DdlPreparedPack.getNumberBiggerEqualPack(mesQcCheckStandard.getCheckType(), "checkType", packBean);
|
|
|
|
|
DdlPreparedPack.getNumEqualPack(mesQcCheckStandard.getCheckType(), "checkType", packBean);
|
|
|
|
|
}
|
|
|
|
|
if (!StringUtils.isEmpty(mesQcCheckStandard.getCheckItem())) {
|
|
|
|
|
DdlPreparedPack.getStringLikerPack(mesQcCheckStandard.getCheckItem(), "checkItem", packBean);
|
|
|
|
|