mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
去除调试的注释
This commit is contained in:
@@ -201,12 +201,10 @@ public class GenerateServiceImpl implements IGenerateService {
|
||||
if (row > 0) {
|
||||
String tableName = map.getTableName();
|
||||
List<GenTableColumn> genTableColumns = genTableMapper.selectDbTableColumnsByName(tableName);
|
||||
System.out.println("有没有来iih");
|
||||
for (GenTableColumn column : genTableColumns) {
|
||||
GenUtil.initColumn(column, table);
|
||||
genTableColumnMapper.insert(column);
|
||||
}
|
||||
System.out.println("应该没来吧");
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user