修改app_topic_domain自定义域的id为WEB_ID;

This commit is contained in:
DuanDongmei
2018-12-08 18:37:14 +08:00
parent a30bd855dd
commit 9ac32fe3ff
4 changed files with 6 additions and 5 deletions

View File

@@ -1483,7 +1483,7 @@ public class AppCfgService extends BaseService {
List<WebsiteDomainTopic> 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);