Commit 69991e49 authored by jinli gu's avatar jinli gu
Browse files

Update GeneratorServiceImpl.java

parent e8584d92
Pipeline #28 canceled with stages
...@@ -172,7 +172,7 @@ public class GeneratorServiceImpl implements GeneratorService { ...@@ -172,7 +172,7 @@ public class GeneratorServiceImpl implements GeneratorService {
} }
try { try {
GenUtil.generatorCode(columns, genConfig); GenUtil.generatorCode(columns, genConfig);
} Exception { } catch (Exception e) {
log.error(e.getMessage(), e); log.error(e.getMessage(), e);
throw new BadRequestException("生成失败,请手动处理已生成的文件"); throw new BadRequestException("生成失败,请手动处理已生成的文件");
} }
......
Supports Markdown
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