同意面试预约

This commit is contained in:
俞扬
2023-06-21 10:21:58 +08:00
parent e24ddf5b01
commit 57af6a656b
6 changed files with 50 additions and 9 deletions

View File

@@ -184,6 +184,9 @@
<if test="record.feishuScheduleId != null">
feishu_schedule_id = #{record.feishuScheduleId},
</if>
<if test="record.applicationApproved != null">
application_approved = #{record.applicationApproved},
</if>
</set>
where id = #{record.id}
</update>