feat: There is no way the, 优化ES
This commit is contained in:
@@ -187,10 +187,10 @@ public class SendStandMQService {
|
||||
if(infoMap.get(field) != null && StringUtils.isNotBlank(infoMap.get(field).toString())){
|
||||
Object json= new JSONTokener(infoMap.get(field).toString()).nextValue();
|
||||
if(json instanceof org.json.JSONArray){
|
||||
fieldValue = String.join(",", com.alibaba.fastjson.JSONObject.parseArray(standMap.get(field).toString(),String.class));
|
||||
fieldValue = String.join(",", com.alibaba.fastjson.JSONObject.parseArray(infoMap.get(field).toString(),String.class));
|
||||
}else {
|
||||
if(!("null").equals(json)){
|
||||
fieldValue = standMap.get(field).toString();
|
||||
fieldValue = infoMap.get(field).toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user