ES大小写问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user