Browse Source

患者平车绑定

pt
zhizhi wu 4 years ago
parent
commit
4f499ccdab
  1. 1
      wisdomcar/src/main/resources/mapper_dao/PatientWisdomCarDao.xml

1
wisdomcar/src/main/resources/mapper_dao/PatientWisdomCarDao.xml

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