张延森 4 年 前
コミット
384aca3d9c
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/main/resources/mapper/TaPersonMapper.xml

+ 1
- 1
src/main/resources/mapper/TaPersonMapper.xml ファイルの表示

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