|
|
|
@ -32,9 +32,6 @@ public class CustPartSnNumberRuleStrategyService implements INumberRulePackAttri
|
|
|
|
|
if (null == part) {
|
|
|
|
|
MesPcnException.throwBusiException("请检查零件信息,零件号[%s]信息不存在!", genSerialNoModel.getPartNo());
|
|
|
|
|
}
|
|
|
|
|
if (StringUtils.isEmpty(part.getPartSnParam())) {
|
|
|
|
|
MesPcnException.throwBusiException("请检查零件信息,零件号[%s]未维护零件条码参数!", part.getPartNo());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
genSerialNoModel.partSnParam(part.getPartSnParam());
|
|
|
|
|
//年月日缩写
|
|
|
|
|