diff --git a/src/main/java/com/nis/web/service/configuration/AppCfgService.java b/src/main/java/com/nis/web/service/configuration/AppCfgService.java index a6ca98acc..ceeaeca87 100644 --- a/src/main/java/com/nis/web/service/configuration/AppCfgService.java +++ b/src/main/java/com/nis/web/service/configuration/AppCfgService.java @@ -1483,7 +1483,7 @@ public class AppCfgService extends BaseService { List domainDict = appCfgDao.getDomainDict(websiteDomainTopic); Long domainId = domainDict.get(0).getId(); // "APP_ID="+entity.getAppCode()+Constants.USER_REGION_SPLIT+ - String userRegion = "DOMAIN_ID=" + domainId /*+ Constants.USER_REGION_SPLIT + "DOMAIN_STR=" + String userRegion = "WEB_ID=" + domainId /*+ Constants.USER_REGION_SPLIT + "DOMAIN_STR=" + keywordsEscape(entity.getDomain())*/; maatCfg.setUserRegion(userRegion); diff --git a/src/main/resources/service/service_config.xml b/src/main/resources/service/service_config.xml index 26b0fdd12..e18c4a3b7 100644 --- a/src/main/resources/service/service_config.xml +++ b/src/main/resources/service/service_config.xml @@ -361,7 +361,7 @@ --> - + diff --git a/src/main/resources/sql/20181208/update_statistics_table_data.sql b/src/main/resources/sql/20181208/update_statistics_table_data.sql new file mode 100644 index 000000000..e9f369582 --- /dev/null +++ b/src/main/resources/sql/20181208/update_statistics_table_data.sql @@ -0,0 +1 @@ +update statistics_tables set is_valid=0 where id in(4,7); \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/cfg/app/appTopicDomainCfgForm.jsp b/src/main/webapp/WEB-INF/views/cfg/app/appTopicDomainCfgForm.jsp index 0a10a54f0..6c133ecd1 100644 --- a/src/main/webapp/WEB-INF/views/cfg/app/appTopicDomainCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/app/appTopicDomainCfgForm.jsp @@ -107,11 +107,11 @@ $(function(){ +''; if(data.length>0){ for(i=0;i'; + html+='>'+data[i].domain+''; } html+=''; $("#selectDomain").html(html);