Lihong@123456 5 years ago
parent
commit
daf67bd6dd
  1. 2
      wisdomcar/src/main/resources/mapper_dao/StatisticsDao.xml

2
wisdomcar/src/main/resources/mapper_dao/StatisticsDao.xml

@ -35,7 +35,7 @@ FROM
<select id="getPointTimeCurrent" parameterType="java.util.Map" resultType="Long">
select tfar.begin_time as time
select tfar.begin_time/1000 as time
from
t_first_aid_record tfar ,(select id from t_first_aid tfa where tfa.hospital_id=#{id} and tfa.rec_status=0 ORDER BY tfa.begin_time) t
where tfar.rec_status=0 and t.id = tfar.first_aid_id

Loading…
Cancel
Save