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