This commit is contained in:
thinkgem
2018-11-17 23:32:55 +08:00
parent b22fc6d45e
commit 68ffd4e8f3

View File

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