From c7b2ca738248dfc94e277327e4d4db83c8bdd21d Mon Sep 17 00:00:00 2001
From: tangxiaobao <303826152@qq.com>
Date: 星期四, 05 八月 2021 13:05:15 +0800
Subject: [PATCH] 实有人口新增模板导入

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSwRotaMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSwRotaMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSwRotaMapper.xml
index e725eb9..9712ca4 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSwRotaMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSwRotaMapper.xml
@@ -46,7 +46,7 @@
             or csr.leader_phone LIKE concat('%',#{comSwRotaPageDTO.phone},'%')
             )
         </if>
-        order by csr.create_at desc
+        order by csr.rota_date desc
     </select>
     <select id="getTeamIdsByTeamPhone" resultType="java.lang.String">
         select id

--
Gitblit v1.7.1