|
|
@ -26,5 +26,6 @@ |
|
|
from t_patient_wisdom_car a,t_wisdom_car b |
|
|
from t_patient_wisdom_car a,t_wisdom_car b |
|
|
where a.car_id=b.id |
|
|
where a.car_id=b.id |
|
|
and a.task_sub_id=#{taskSubId} |
|
|
and a.task_sub_id=#{taskSubId} |
|
|
|
|
|
order by a.start_time desc |
|
|
</select> |
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |