select id, vendors_code, workerId, attendance_type, attendance_time, device_code, work_point_id, other, state, remark, is_del, create_by, create_time, update_by, update_time from sur_project_attendance_data insert into sur_project_attendance_data vendors_code, workerId, attendance_type, attendance_time, device_code, work_point_id, other, state, remark, is_del, create_by, create_time, update_by, update_time, #{vendorsCode}, #{workerId}, #{attendanceType}, #{attendanceTime}, #{deviceCode}, #{workPointId}, #{other}, #{state}, #{remark}, #{isDel}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update sur_project_attendance_data vendors_code = #{vendorsCode}, workerId = #{workerId}, attendance_type = #{attendanceType}, attendance_time = #{attendanceTime}, device_code = #{deviceCode}, work_point_id = #{workPointId}, other = #{other}, state = #{state}, remark = #{remark}, is_del = #{isDel}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from sur_project_attendance_data where id = #{id} delete from sur_project_attendance_data where id in #{id}