Browse Source

测试

dev_shibei_match
sunyuchao 4 years ago
parent
commit
bcccdc79fe
  1. 2
      epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/controller/GovOrgController.java

2
epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/controller/GovOrgController.java

@ -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));
}

Loading…
Cancel
Save