|
@ -55,6 +55,15 @@ public class UserController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private UserService userService; |
|
|
private UserService userService; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* |
|
|
|
|
|
* 功能描述: 未认证居民列表 |
|
|
|
|
|
* |
|
|
|
|
|
* @params [params] |
|
|
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<com.elink.esua.epdc.commons.tools.page.PageData<com.elink.esua.epdc.dto.UserDTO>> |
|
|
|
|
|
* @author zhy |
|
|
|
|
|
* @date 2020/7/27 15:18 |
|
|
|
|
|
*/ |
|
|
@GetMapping("page") |
|
|
@GetMapping("page") |
|
|
@DataFilter(tableAlias = "ug", isPendingCreator = false, deptId = "GRID_ID", prefix = "AND") |
|
|
@DataFilter(tableAlias = "ug", isPendingCreator = false, deptId = "GRID_ID", prefix = "AND") |
|
|
public Result<PageData<UserDTO>> page(@RequestParam Map<String, Object> params) { |
|
|
public Result<PageData<UserDTO>> page(@RequestParam Map<String, Object> params) { |
|
|