This commit is contained in:
thinkgem
2018-11-17 22:52:27 +08:00
parent 01a7acffc3
commit b22fc6d45e
3 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ public class InitCoreData extends com.jeesite.modules.sys.db.InitCoreData {
public void initCoreData() throws Exception{
createTable();
initLog();
initArea("3700","3701","3702");
initArea();//("3700","3701","3702");
initConfig();
initModule();
initDict();