PLF hace 5 años
padre
commit
596ca3ea09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>