jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/queue/QueueMapper.java
@@ -61,7 +61,7 @@ " <foreach collection='statusList' separator=',' item='status'>" + " #{status} " + " </foreach> )" + " order by status desc, seq_num" + " order by status desc, seq_num, book_timeslot" + "</script>") List<QueueDO> getQueueByStatus( @Param("statusList")List<Integer> statusList);