Commit a6e2887d authored by jinli gu's avatar jinli gu
Browse files

Update GeneratorServiceImpl.java

parent 7e507b2e
Pipeline #24 canceled with stages
......@@ -172,7 +172,7 @@ public class GeneratorServiceImpl implements GeneratorService {
}
try {
GenUtil.generatorCode(columns, genConfig);
} catch (IOException e) {
} Exception {
log.error(e.getMessage(), e);
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