|
|
@ -52,7 +52,7 @@ public class OrganizeServiceImpl implements IOrganizeService {
|
|
|
|
if (count >= 1) {
|
|
|
|
if (count >= 1) {
|
|
|
|
throw ImppExceptionBuilder.newInstance()
|
|
|
|
throw ImppExceptionBuilder.newInstance()
|
|
|
|
.setSystemID(CommonEnumUtil.SOFT_TYPE.IMPP.getCode())
|
|
|
|
.setSystemID(CommonEnumUtil.SOFT_TYPE.IMPP.getCode())
|
|
|
|
.setErrorCode(ImppExceptionEnum.VARIFY_EXCEPTION_DATA_EXIT.getCode())
|
|
|
|
.setErrorCode(ImppExceptionEnum.VARIFY_EXCEPTION_DATA_NOT_EXIT.getCode())
|
|
|
|
.setErrorDetail("该数据有子集")
|
|
|
|
.setErrorDetail("该数据有子集")
|
|
|
|
.setErrorSolution("请先删除子集在操作")
|
|
|
|
.setErrorSolution("请先删除子集在操作")
|
|
|
|
.build();
|
|
|
|
.build();
|
|
|
|