소스 검색

投资明细列表修改

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>