|
|
@ -78,7 +78,7 @@
|
|
|
|
from schedules x,
|
|
|
|
from schedules x,
|
|
|
|
schedule_detailss y
|
|
|
|
schedule_detailss y
|
|
|
|
where y.schedule_id = x.id and x.status = #{status} and y.schedule_id = #{id}
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectSingle" resultMap="ScheduleAndRule">
|
|
|
|
<select id="selectSingle" resultMap="ScheduleAndRule">
|
|
|
|