|
@ -103,6 +103,13 @@ public class GridController { |
|
|
return customerGridService.getAllGridsByAgency(agencyFormDTO); |
|
|
return customerGridService.getAllGridsByAgency(agencyFormDTO); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("allgridsnopermission") |
|
|
|
|
|
public Result<List<GridBaseInfoResultDTO>> allGridsNoPermission(@LoginUser TokenDto tokenDto, @RequestBody CommonAgencyIdFormDTO agencyFormDTO){ |
|
|
|
|
|
agencyFormDTO.setUserId(tokenDto.getUserId()); |
|
|
|
|
|
ValidatorUtils.validateEntity(agencyFormDTO); |
|
|
|
|
|
return customerGridService.getAllGridsByAgency(agencyFormDTO); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @Description 在给网格添加工作人员时,查询当前机关下没有加入到此网格下的工作人员,禁用的也不能选(不显示) |
|
|
* @Description 在给网格添加工作人员时,查询当前机关下没有加入到此网格下的工作人员,禁用的也不能选(不显示) |
|
|
* @Param CommonGridIdFormDTO |
|
|
* @Param CommonGridIdFormDTO |
|
|