1、增强字符串域未入redis问题处理;

2、摘要文件上传后返回数据中key改为accessUrl;
3、删除回调类配置inline_ip_cb表protocol字段的验证
This commit is contained in:
zhangdongxu
2018-07-01 11:47:30 +08:00
parent b63147352e
commit cb784e560e
4 changed files with 6 additions and 6 deletions

View File

@@ -1218,7 +1218,7 @@ public class ConfigSourcesService extends BaseService {
maatConfig.setStrRegionMapList(dstMaplList);
// 增强字符串域
if (!StringUtil.isEmpty(strongMapList)&&strongMapList.size()>0) {
maatConfig.setStrStrRegionMapList((dstMaplList));
maatConfig.setStrStrRegionMapList((strongMapList));
}
//数值域
dstMaplList = null;