Prechádzať zdrojové kódy

创建时间 倒序

hr~ 1 mesiac pred
rodič
commit
4721054a92

+ 1 - 1
lot/src/main/resources/mapper/LotMapper.xml

@@ -96,7 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             </if>
 
         </where>
-        order by sort desc,id desc
+        order by create_time desc
     </select>
     <select id="selectLotByGroupIds" parameterType="Long" resultMap="LotResult">
         <include refid="selectLotVo"/>