瀏覽代碼

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

刘浩男 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">