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

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

lijun пре 5 година
родитељ
комит
1cbc12ab49
1 измењених фајлова са 2 додато и 1 уклоњено
  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>