@@ -33,5 +33,6 @@
and w.start_time <= CONCAT(#{date},' 23:59:59')
</if>
and w.shelf_status = 1
+ order by w.start_time asc
</select>
</mapper>