tags/yfai-pcn-ext-v1.0
LML丶 12 months ago
parent 0cc30e4f19
commit fdd1da1b81

@ -93,7 +93,7 @@ public class MesNcProcessingController {
}
if (CollectionUtils.isEmpty(model.getPartInspectionDetailList())) {
throw new ImppBusiException(String.format("【%s】不存在可疑信息,请检查数据", model.getType()));
throw new ImppBusiException(String.format("不存在可疑信息,请检查数据", model.getType()));
}
ncProcessingService.saveNc(model, AuthUtil.getOrganizeCode());
return ResultBean.success("NC处理成功");

Loading…
Cancel
Save