瀏覽代碼

投资明细列表修改

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>