瀏覽代碼

用户来源 接口排序

魏熙美 5 年之前
父節點
當前提交
2877ba5337
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/main/resources/mapper/TaPersonMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonMapper.xml 查看文件

@@ -410,6 +410,7 @@ FROM
410 410
             GROUP BY tpfs.from_code
411 411
         ) as user_count
412 412
         ON DATE_FORMAT(user_count.create_date,'%Y-%m-%d') =  temp_date.date and temp_date.from_code = user_count.from_code
413
+        order by temp_date.date DESC
413 414
     </select>
414 415
 
415 416
 </mapper>