fix:79203

This commit is contained in:
梁琦涛
2023-12-11 21:11:03 +08:00
parent f766b3301c
commit 846cfa6640
2 changed files with 3 additions and 1 deletions
@@ -643,7 +643,7 @@ public class LawsHomeSearchServiceImpl implements ILawsHomeSearchService {
mapDict.forEach((k,v)->{
Map<String, Object> map1 = new HashMap<>();
Map<String, Object> map2 = new HashMap<>();
map2.put(k,v);
map2.put(k,"," + v + ",");
map1.put("match_phrase",map2);
queryMapJsonDict.add(map1);
});