Commit 1dac949b by 王衍超

Merge branch 'develop' of gitlab.beecode.cn:kunlun/xyst_dinas/xyst_dinas_backend into develop

parents 9aacd81a 699370a6
......@@ -36,8 +36,8 @@ public class ProjectFiledController {
public Object verifyName(@RequestParam("name") String name) {
Boolean flag = projectFiledService.verifyName(name);
if (flag) {
throw new BusinessException(ProjectErrorCodeEnum.PROJECT_NAME_REPEATED);
//return ResponseObj.error("该项目已存在,请重新确认");
//throw new BusinessException(ProjectErrorCodeEnum.PROJECT_NAME_REPEATED);
return ResponseObj.error("该项目已存在,请重新确认");
}
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment