|
|
@ -289,7 +289,7 @@ public class EamServiceImpl implements EamService { |
|
|
ResponseData responseData = new ResponseData(); |
|
|
ResponseData responseData = new ResponseData(); |
|
|
List<EamBuDocumentListDefinitionVo> checkEamBuDocument = eamMapper.checkEamBuDocument(inData); |
|
|
List<EamBuDocumentListDefinitionVo> checkEamBuDocument = eamMapper.checkEamBuDocument(inData); |
|
|
if (!checkEamBuDocument.isEmpty()) { |
|
|
if (!checkEamBuDocument.isEmpty()) { |
|
|
throw new RuntimeException("该文档类型ID已存在!"); |
|
|
|
|
|
|
|
|
throw new RuntimeException("该文档清单已存在!"); |
|
|
} |
|
|
} |
|
|
eamMapper.eamBuDocumentEdit(inData); |
|
|
eamMapper.eamBuDocumentEdit(inData); |
|
|
responseData.setMsg("修改成功!"); |
|
|
responseData.setMsg("修改成功!"); |
|
|
|