|
|
@ -272,7 +272,7 @@ public class IoCodeTempController extends BaseController {
|
|
|
|
checkSuccess = false;
|
|
|
|
checkSuccess = false;
|
|
|
|
lostMsg = lostMsg + ",失效日期";
|
|
|
|
lostMsg = lostMsg + ",失效日期";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!checkUdi.getAllowNoSerial() && StrUtil.isEmpty(udiEntity.getSerialNo())
|
|
|
|
if (checkUdi.getAllowNoSerial()!=null && !checkUdi.getAllowNoSerial() && StrUtil.isEmpty(udiEntity.getSerialNo())
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
checkSuccess = false;
|
|
|
|
checkSuccess = false;
|
|
|
|
lostMsg = lostMsg + ",序列号";
|
|
|
|
lostMsg = lostMsg + ",序列号";
|
|
|
|