修改问题
This commit is contained in:
parent
4b25d1a1b2
commit
c6ee7c5890
@ -218,7 +218,7 @@ public class DynamicConfigTableServiceImpl extends AbstractService implements ID
|
||||
}
|
||||
fieldList.add(field);
|
||||
}
|
||||
String baseCodeFolder = String.format("code/%s/%s/%s", fileProperties.getUploadPath(), dynamicConfigTableDTO.getTableName().toLowerCase(), String.valueOf(System.currentTimeMillis()));
|
||||
String baseCodeFolder = String.format("%s/gencodes/%s/%s", fileProperties.getUploadPath(), dynamicConfigTableDTO.getTableName().toLowerCase(), String.valueOf(System.currentTimeMillis()));
|
||||
String templatePath = String.format("codetemplate/%s", "default");
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user