Commit 82db40fd by 阳浪

今日登党务直通收藏量(人)

parent 441833d9
...@@ -46,8 +46,9 @@ public class EventTrackManageController { ...@@ -46,8 +46,9 @@ public class EventTrackManageController {
} }
@GetMapping("/queryNumByType") @GetMapping("/queryNumByType")
public Response<List<EventTrackTypeNumVo>> queryNumByType(@RequestParam(value = "date",required = false) String date, @RequestParam("types")List<Integer> types){ public Response<List<EventTrackTypeNumVo>> queryNumByType(@RequestParam(value = "date",required = false) String date, @RequestParam("types")List<Integer> types,
return Response.ok(eventTrackApiClients.queryNumByType(date,types)); @RequestParam(value = "subName",required = false) String subName){
return Response.ok(eventTrackApiClients.queryNumByType(date,types,subName));
} }
@GetMapping("/queryDeptByType") @GetMapping("/queryDeptByType")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment