Browse Source

Merge remote-tracking branch 'origin/developerD' into developer

huangzhiguo 2 năm trước cách đây
mục cha
commit
a8fb8697ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/SecondHandMapper.xml

+ 1 - 1
src/main/resources/mapper/SecondHandMapper.xml

@@ -86,7 +86,7 @@
         <if test="userIdentity == 2">
             AND p.visibility IN (1,2,3)
         </if>
-        order by cshd.onLineDate desc
+        order by cshd.sold, cshd.onLineDate desc
     </select>
     <select id="getSecondHandDetail" resultType="com.caimei365.commodity.model.vo.SecondDetailVo">
         select