app_topic_tomain去掉domain_str自定义域的值,去掉界面domain选择框的非空校验
This commit is contained in:
@@ -1228,8 +1228,8 @@ 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="
|
||||
+ keywordsEscape(entity.getDomain());
|
||||
String userRegion = "DOMAIN_ID=" + domainId /*+ Constants.USER_REGION_SPLIT + "DOMAIN_STR="
|
||||
+ keywordsEscape(entity.getDomain())*/;
|
||||
|
||||
maatCfg.setUserRegion(userRegion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user