Browse Source

用户来源 接口排序

魏熙美 5 years ago
parent
commit
2877ba5337
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/resources/mapper/TaPersonMapper.xml

+ 1
- 0
src/main/resources/mapper/TaPersonMapper.xml View File

@@ -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>