mirror of https://gitee.com/makejava/EasyCode.git
fix: 修改生成配置文件名.
This commit is contained in:
parent
e1ef17bdc4
commit
dd318762fa
|
@ -534,7 +534,7 @@ public class TableInfoServiceImpl implements TableInfoService {
|
||||||
String schemaName = DasUtil.getSchema(dbTable);
|
String schemaName = DasUtil.getSchema(dbTable);
|
||||||
return schemaName + "-" + dbTable.getName() + ".json";
|
return schemaName + "-" + dbTable.getName() + ".json";
|
||||||
} else {
|
} else {
|
||||||
return tableInfo.getName() + "_class.json";
|
return tableInfo.getPsiClassObj().getQualifiedName() + ".json";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue