|
|
@ -124,7 +124,7 @@ public class GovOrgController { |
|
|
|
* @author sun |
|
|
|
*/ |
|
|
|
@PostMapping("staffagencygridlist") |
|
|
|
public Result<StaffAgencyGridListResultDTO> staffAgencyGridList(@RequestBody TokenDto tokenDto) { |
|
|
|
public Result<StaffAgencyGridListResultDTO> staffAgencyGridList(@LoginUser TokenDto tokenDto) { |
|
|
|
return new Result<StaffAgencyGridListResultDTO>().ok(govOrgService.staffAgencyGridList(tokenDto)); |
|
|
|
} |
|
|
|
|
|
|
|