ES大小写问题

This commit is contained in:
zhangjun
2022-09-14 14:45:06 +08:00
parent afdc003aa2
commit d05fbf64e7
5 changed files with 54 additions and 12 deletions
@@ -227,6 +227,10 @@ public class SendBussMQService {
context = context.replace(",,", ",");
saveMap.put("content", context);
}
String numberShow = String.valueOf(saveMap.get("numbershow"));
if (!"null".equals(numberShow) && StringUtils.isNotBlank(numberShow)) {
saveMap.put("titleBig", numberShow.toUpperCase());
}
if("add".equals(addOrUpdate)){
sarStandardsInfoService.insertIntoIndexForMap(saveMap);
} else {