Compare commits
No commits in common. "7eb3937bdb274ba6cc2764629150de443ac961fc" and "98911b7e8d42470fc23b8cb6ad4326be6e42bf7a" have entirely different histories.
7eb3937bdb
...
98911b7e8d
|
|
@ -159,7 +159,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
cabinet_no = #{deviceId},
|
||||
save_status = '3',
|
||||
valid_duration = TIMESTAMPDIFF(HOUR , enter_cabinet_time, now()),
|
||||
duration_standard = if(TIMESTAMPDIFF(HOUR, enter_cabinet_time, now()) >= 48, 1, 2),
|
||||
duration_standard = if(TIMESTAMPDIFF(HOUR, enter_cabinet_time, now()) > 48, 1, 2),
|
||||
sample_take_staff_id = #{staffId}
|
||||
where record_id = #{sampleId};
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue