Commit 02eb2a54 by 阳浪

4.24bug优化

parent 5adedd13
......@@ -36,6 +36,8 @@ public interface EventTrackMapper extends BaseMapper<EventTrack> {
Integer getNum(@Param("type")Integer type, @Param("businessId")Long businessId,@Param("siteId") Long siteId);
Integer getFavoriteNum(@Param("businessId")Long businessId,@Param("siteId") Long siteId);
List<EventTrackDeptNumVo> queryGropByList(@Param("siteId") Long siteId);
Integer getExamTotal(@Param("subType")String subType,@Param("year")String year,@Param("siteId") Long siteId);
......
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