From 2f81f01a93e4384b2c17378aeb991938fc356cb4 Mon Sep 17 00:00:00 2001 From: xyh <18782104331@139.com> Date: 星期五, 18 六月 2021 16:22:08 +0800 Subject: [PATCH] bug-416-【后端-宣传教育 】后端新增的宣传教育发布成功,在app上分配的网格员昵称和头像不正确,在后端修改了网格员的头像和昵称也未同步 --- springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java b/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java index a1220de..f7e5ac4 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/java/com/panzhihua/service_grid/service/EventService.java @@ -233,4 +233,11 @@ * @return 网格事件统计数据 */ R getGridEventDetailStatisticsByApp(GridEventStatisticsDTO statisticsDTO); + + /** + * 直接上报社区 + * @param commonEventDirectReportDTO + * @return + */ + R reportDirect(CommonEventDirectReportDTO commonEventDirectReportDTO); } -- Gitblit v1.7.1