张延森 4 years ago
parent
commit
384aca3d9c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaPersonMapper.xml

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

@@ -661,7 +661,7 @@ FROM
661 661
             AND IFNULL( t.avatarurl, '' ) > ''
662 662
             AND t.`status` > - 1
663 663
         ORDER BY
664
-            t.create_date
664
+            t.create_date DESC
665 665
     </select>
666 666
 
667 667
     <insert id="savePersonPosition" parameterType="com.huiju.estateagents.entity.TaPersonPositon">