修改时间表查询bug

master
liuguijing 2 years ago
parent 103dedcdd6
commit 1940da7294

@ -78,7 +78,7 @@
from schedules x,
schedule_detailss y
where y.schedule_id = x.id and x.status = #{status} and y.schedule_id = #{id}
order by x.create_time desc
order by y.id asc
</select>
<select id="selectSingle" resultMap="ScheduleAndRule">

Loading…
Cancel
Save