减少行政区划初始化数据,提升安装速度。

This commit is contained in:
thinkgem
2018-11-09 20:19:27 +08:00
parent 01f0dedbe8
commit 8961624fd6
2 changed files with 6 additions and 3 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();
initArea("3700","3701","3702");
initConfig();
initModule();
initDict();