|
|
@@ -212,7 +212,7 @@
|
|
|
</update>
|
|
|
<update id="userRecordMerge">
|
|
|
update user_record a left join project_staff_record b on a.psr_id =b.id
|
|
|
- set b.check_duration =a.check_duration
|
|
|
+ set b.check_duration =a.check_duration,b.check_status=1
|
|
|
where a.create_id = #{userId}
|
|
|
</update>
|
|
|
<delete id="deleteByUserId">
|