update employee_onboarding
id_photo = #{idPhoto},
joining_date = #{joiningDate},
manager_id = #{managerId},
highest_degree = #{highestDegree},
remark = #{remark},
del_flag = #{delFlag},
birth_date = #{birthDate},
ethnicity = #{ethnicity},
confirm_date = #{confirmDate},
status = #{status},
marital_status = #{maritalStatus},
political_status = #{politicalStatus},
height = #{height},
weight = #{weight},
emergency_contact1 = #{emergencyContact1},
emergency_contact2 = #{emergencyContact2},
where user_id = #{userId}