Browse Source

投资明细列表修改

anderx 3 years ago
parent
commit
bf6faafcab
1 changed files with 1 additions and 0 deletions
  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">
     <if test="type==1">
       and a.accept_amb_id = #{id}
       and a.accept_amb_id = #{id}
     </if>
     </if>
+    order by  a.create_time desc
   </select>
   </select>
 </mapper>
 </mapper>