Browse Source

bug fixes

PLF 5 years ago
parent
commit
596ca3ea09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/HomePageMapper.xml

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

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