Merge remote-tracking branch 'origin/master' into dev

master
18616268358 2 years ago
commit a74f720c0b

@ -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