1.修改主题网站topic从码表中获取
This commit is contained in:
@@ -1031,11 +1031,11 @@ public class AppCfgService extends BaseService {
|
||||
maatCfg.setIsValid(entity.getIsValid());
|
||||
|
||||
//设置APP自定义域
|
||||
// String userRegion = "APP_ID="+entity.getAppCode()+Constants.USER_REGION_SPLIT+
|
||||
// "DOMAIN_ID="+entity.getCompileId()+Constants.USER_REGION_SPLIT+
|
||||
// "DOMAIN_STR="+keywordsEscape(entity.getDomain());
|
||||
//
|
||||
// maatCfg.setUserRegion(userRegion);
|
||||
// "APP_ID="+entity.getAppCode()+Constants.USER_REGION_SPLIT+
|
||||
String userRegion = "DOMAIN_ID="+entity.getCompileId()+Constants.USER_REGION_SPLIT+
|
||||
"DOMAIN_STR="+keywordsEscape(entity.getDomain());
|
||||
|
||||
maatCfg.setUserRegion(userRegion);
|
||||
|
||||
|
||||
configCompileList.add(maatCfg);
|
||||
|
||||
Reference in New Issue
Block a user