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

@@ -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")) {