|
|
@ -18,12 +18,12 @@ |
|
|
|
<select id="queryBindingCarList" resultType="com.ccsens.wisdomcar.bean.vo.WisdomCarVo$BindingCarInfo"> |
|
|
|
select |
|
|
|
a.patient_id as patientId, |
|
|
|
a.car_id as carNumber, |
|
|
|
b.id as carId, |
|
|
|
a.car_id as carId, |
|
|
|
b.car_number as carNumber, |
|
|
|
a.start_time as startTime, |
|
|
|
a.end_time as endTime |
|
|
|
from t_patient_wisdom_car a,t_wisdom_car b |
|
|
|
where a.car_id=b.car_number |
|
|
|
where a.car_id=b.id |
|
|
|
and a.task_sub_id=#{taskSubId} |
|
|
|
</select> |
|
|
|
</mapper> |