kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-server/src/main/java/com/kidgrow/usercenter/controller/SysUserController.java
@@ -199,8 +199,6 @@ }) @GetMapping("/users") public PageResult<SysUser> findUsers(@RequestParam Map<String, Object> params) { // log.info("租户ID:"+ TenantContextHolder.getTenant()); // log.info("IP:"+request.getHeader(CommonConstant.USER_AGENT_IP)); return appUserService.findUsers(params); } /** @@ -423,7 +421,7 @@ * 根据map查询 */ private boolean checkAdmin(long id) { return id == 1L; return id == CommonConstant.ADMIN_USER_ID; } @PostMapping("/users/findAll")