Browse Source

la

recovery
wang0018 5 years ago
parent
commit
55c347c70b
  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="com.ccsens.wisdomcar.bean.vo.StatisticsVo$PointTime">
select tfar.begin_time, tfar.type as name
select tfar.begin_time/1000, tfar.type as name
from
t_first_aid_record tfar ,(select id from t_first_aid tfa where tfa.hospital_id=0 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