Commit 23882f88 by chenzy

【新增】用户,组织相关

parent 5b1c4ddf
...@@ -122,7 +122,7 @@ public class SyncDataController { ...@@ -122,7 +122,7 @@ public class SyncDataController {
return PageableExecutionUtils.getPage(documents, pageable, () -> total); return PageableExecutionUtils.getPage(documents, pageable, () -> total);
} }
@GetMapping("/getAllUser") @GetMapping("/getAllSyncUser")
public List<Document> getAllSyncUser() { public List<Document> getAllSyncUser() {
Query query = new Query(); Query query = new Query();
query.fields().exclude("_id"); query.fields().exclude("_id");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment