Merge pull request !24 from Radar/develop
This commit is contained in:
Radar
2023-10-23 11:42:04 +00:00
committed by Gitee

View File

@@ -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);