Skip to content

Commit 4564366

Browse files
committed
默认取消result输出
1 parent bc123b8 commit 4564366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator-web/src/main/java/com/softdev/system/generator/controller/GeneratorController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public ReturnT generateCode(@RequestBody ParamInfo paramInfo) throws Exception {
8484

8585
//3.generate the code by freemarker templates with parameters . Freemarker根据参数和模板生成代码
8686
Map<String, String> result = generatorService.getResultByParams(paramInfo.getOptions());
87-
log.info("result {}",result);
87+
// log.info("result {}",result);
8888
log.info("table:{} - time:{} ", MapUtil.getString(result,"tableName"),new Date());
8989
return ReturnT.ok().put("outputJson",result);
9090
}

0 commit comments

Comments
 (0)