Browse Source

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

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

+ 2 - 1
src/main/resources/mapper/HomePageMapper.xml

@@ -176,6 +176,7 @@
           enabledStatus = '1'
           AND organizeID = #{organizeID}
         ORDER BY
-          IF(ISNULL(sort),1,0) ASC
+          IF(ISNULL(sort),1,0) ASC,
+          sort ASC
     </select>
 </mapper>