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