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