mirror of
https://gitee.com/freshday/radar.git
synced 2026-03-22 04:37:16 +08:00
@@ -208,7 +208,7 @@ public class ModelServiceImpl extends BaseLocalCacheService implements ModelServ
|
||||
|
||||
// add status.
|
||||
Document statusKey = new Document();
|
||||
statusKey.put("status", "1");
|
||||
statusKey.put("status", 1);
|
||||
IndexModel statusIndex = new IndexModel(statusKey);
|
||||
indexes.add(statusIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user