ソースを参照

投资明细列表修改

anderx 3 年 前
コミット
bf6faafcab
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/main/java/com/goafanti/common/mapper/AmbInvestMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/AmbInvestMapper.xml

@@ -174,5 +174,6 @@
     <if test="type==1">
       and a.accept_amb_id = #{id}
     </if>
+    order by  a.create_time desc
   </select>
 </mapper>