Merge branch 'test_screen' into 'master'
Test screen
See merge request root/zhihuishequ!59
| | |
| | | List<IndexPopulationSexStatisticsVO> getScreenIndexByPopulationSex(@Param("communityId") Long communityId); |
| | | |
| | | @Select("SELECT " + |
| | | " e.create_at, " + |
| | | " e.happen_time as createAt, " + |
| | | " e.event_des, " + |
| | | " e.event_deal_status " + |
| | | "FROM " + |
| | |
| | | @Select("SELECT " + |
| | | " su.nick_name AS userName, " + |
| | | " su.image_url AS imageUrl, " + |
| | | " e.create_at, " + |
| | | " e.happen_time as createAt, " + |
| | | " e.event_des, " + |
| | | " e.danger_level, " + |
| | | " e.urgent, " + |
| | |
| | | " AND e.event_deal_status = 1 " + |
| | | " AND e.event_category = 1 " + |
| | | "ORDER BY " + |
| | | " e.create_at DESC " + |
| | | " e.happen_time DESC " + |
| | | " LIMIT 1") |
| | | EventNewStatisticsVO getEventScreenRightTop(@Param("communityId") Long communityId); |
| | | |