张天森
2022-11-10 d99a56e37cf9109b46ee68d34a06594ef5615ed3
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComEventMapper.java
@@ -51,9 +51,9 @@
       */
   List<ComEvent> listByComEvent(@Param("comEvent") ComEvent comEvent,@Param("requestUserId") Long requestUserId);
    List<ComEventCalculateVO> calculate(ComEvent comEvent);
    List<ComEventCalculateVO> calculate(@Param("comEvent") ComEvent comEvent);
    int caculateSum(ComEvent comEvent);
    int caculateSum(@Param("comEvent")ComEvent comEvent);
    /**
     * 大屏事件统计
@@ -109,4 +109,6 @@
     * )
     * */
    void insertEventAndExpertRecord(@Param("eventId") Long eventId, @Param("expertId") Long experId,@Param("status")Integer status);
    void updateLog(@Param("eventId") Long id, @Param("expertId") Long specialistId);
}