Explorar el Código

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

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