提交 8c009786 作者: 张开石

1、添加统计会议纪要推送数据

父级 6243c09f
......@@ -302,8 +302,8 @@ public class MeetingInfoController {
@GetMapping("/statistics")
public void statisticsEmail(HttpServletResponse response) {
public void statisticsEmail(Integer type, HttpServletResponse response) {
meetingInfoService.statisticsEmail(, response);
meetingInfoService.statisticsEmail(type, response);
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论