From e67f030eff4d90e85adc4618ec4debc9d195541e Mon Sep 17 00:00:00 2001 From: 罗元桥 <2376770955@qq.com> Date: 星期三, 16 六月 2021 21:30:20 +0800 Subject: [PATCH] Merge branch 'test_screen' into 'master' --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java index 05aadd9..94cf432 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java @@ -274,7 +274,7 @@ 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 " + @@ -586,7 +586,7 @@ @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, " + @@ -606,7 +606,7 @@ " 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); -- Gitblit v1.7.1