|
|
@ -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 |
|
|
|