1、增强字符串域未入redis问题处理;
2、摘要文件上传后返回数据中key改为accessUrl; 3、删除回调类配置inline_ip_cb表protocol字段的验证
This commit is contained in:
@@ -120,10 +120,10 @@ public class ReadMaatXmlUtil {
|
||||
maatXmlExpr.setType(12);
|
||||
} else if (ele.getTextTrim().contains("num_region_table_name")) {
|
||||
maatXmlExpr.setType(13);
|
||||
} else if (ele.getTextTrim().contains("str_region_table_name")) {
|
||||
maatXmlExpr.setType(14);
|
||||
} else if (ele.getTextTrim().contains("str_str_region_table_name")) {
|
||||
maatXmlExpr.setType(15);
|
||||
} else if (ele.getTextTrim().contains("str_region_table_name")) {
|
||||
maatXmlExpr.setType(14);
|
||||
} else if (ele.getTextTrim().contains("file_digest_table_name")) {
|
||||
maatXmlExpr.setType(16);
|
||||
} else if (ele.getTextTrim().contains("file_like_table_name")) {
|
||||
|
||||
@@ -678,7 +678,7 @@ public class ConfigSourcesController extends BaseRestController {
|
||||
logger.info("-----------------调用接口上传文件---------------");
|
||||
String filePath = FileManager.upload(fdsfile, null);
|
||||
// resultObject.put("path", filePath.substring(filePath.indexOf("group")));
|
||||
resultObject.put("path", filePath);
|
||||
resultObject.put("accessUrl", filePath);
|
||||
}
|
||||
} catch (IOException e) {
|
||||
// TODO Auto-generated catch block
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user