|
@@ -102,7 +102,7 @@ public class FactoryServiceImpl implements FactoryService {
|
|
|
}
|
|
|
checkFactoryList = baseFactoryMapper.selectList(factoryQw);
|
|
|
if (CollectionUtil.isNotEmpty(checkFactoryList)) {
|
|
|
- throw new BusinessException(ErrorCodeEnum.ERROR_PARAM.getCode(), "供应商ID已存在");
|
|
|
+ throw new BusinessException(ErrorCodeEnum.ERROR_PARAM.getCode(), "供应商名称已存在");
|
|
|
}
|
|
|
|
|
|
//1-声明对象
|