Commit 23882f88 by chenzy

【新增】用户,组织相关

parent 5b1c4ddf
......@@ -122,7 +122,7 @@ public class SyncDataController {
return PageableExecutionUtils.getPage(documents, pageable, () -> total);
}
@GetMapping("/getAllUser")
@GetMapping("/getAllSyncUser")
public List<Document> getAllSyncUser() {
Query query = new Query();
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