Преглед изворни кода

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

刘浩男 пре 1 година
родитељ
комит
dc2a158f61

+ 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">