Commit 0ddc7846ad815619218d4d6fc89c7e7e8eef8b64
1 parent
aed4dbe191
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/utils/MongoUtil.java
View file @
0ddc784
... | ... | @@ -355,7 +355,8 @@ |
355 | 355 | tempMap.put("id", values.length > 1 ? values[1] : ""); |
356 | 356 | tempMap.put("typeName", ""); |
357 | 357 | if(!tempMap.containsKey("serchKey")) { |
358 | - tempMap.put("serchKey", values[0]); | |
358 | +// tempMap.put("serchKey", values[0]); | |
359 | + tempMap.put("serchKey", ""); | |
359 | 360 | } |
360 | 361 | tempMap.put("value", values[0]); |
361 | 362 | rest.add(tempMap); |