质量 缺陷类型 NC处理

tags/yfai-pcn-ext-v1.0
LML丶 1 year ago
parent 7a68868a09
commit 1e2129808a

@ -89,7 +89,7 @@ public class MesInputDefectRecordController {
// 数据校验
ValidatorBean.checkNotNull(defectRecordList, "选择不良数据不能为空");
inputDefectRecordService.saveDefectRecord(defectRecordList, AuthUtil.getOrganizeCode());
return ResultBean.success("完成质检成功");
return ResultBean.success("质检已完成,请继续");
} catch (ImppBusiException imppException) {
return ResultBean.fail(imppException);
} catch (Exception e) {

Loading…
Cancel
Save