内部码扫码bug修复

dev
郑明梁 2 years ago
parent 768bb39532
commit 0618f9b317

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

Loading…
Cancel
Save