Commit 1858be2c by 阳浪

问卷参数统计

parent c790652a
...@@ -74,7 +74,7 @@ public class EventTrackManageController { ...@@ -74,7 +74,7 @@ public class EventTrackManageController {
return Response.ok(eventTrackApiClients.queryDeptByType(date,types)); return Response.ok(eventTrackApiClients.queryDeptByType(date,types));
} }
@GetMapping("/api/eventTrack/queryTgNumByDept") @GetMapping("/queryTgNumByDept")
public Response<List<EventTrackDeptNumVo>> queryTgNumByDept(@RequestParam(value = "typeId", required = false)Long typeId){ public Response<List<EventTrackDeptNumVo>> queryTgNumByDept(@RequestParam(value = "typeId", required = false)Long typeId){
return Response.ok(eventTrackApiClients.queryTgNumByDept(typeId)); return Response.ok(eventTrackApiClients.queryTgNumByDept(typeId));
} }
......
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