소스 검색

行情\行情产品添加根据时间倒叙排序

刘浩男 1 년 전
부모
커밋
dc2a158f61
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      sooka-jnb/src/main/resources/mapper/quotations/JnbQuotationsMapper.xml

+ 1 - 0
sooka-jnb/src/main/resources/mapper/quotations/JnbQuotationsMapper.xml

@@ -61,6 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             and a.del_flag = 0
             <if test="status != null  and status != ''">and a.status = #{status}</if>
         </where>
+        ORDER BY a.create_time DESC
     </select>
 
     <select id="selectCount" resultType="java.lang.Integer">