Browse Source

Merge branch 'pt' of dd.tall.wiki:ccsens_wiki/ccsenscloud into pt

recovery
zy_Java 5 years ago
parent
commit
3c44a2a8a3
  1. 3
      wisdomcar/src/main/resources/mapper_dao/StatisticsDao.xml

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

@ -34,8 +34,9 @@ FROM
<select id="getPointTimeCurrent" parameterType="java.util.Map" resultType="Long"> <select id="getPointTimeCurrent" parameterType="java.util.Map" resultType="Long">
select tfar.begin_time as time select tfar.begin_time/1000 as time
from 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 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 where tfar.rec_status=0 and t.id = tfar.first_aid_id

Loading…
Cancel
Save