id, work_date, user_id, company_id, start_time, end_time, work_hours, cancel_normal
insert into user_fv_time(work_date, user_id, company_id, start_time, end_time, work_hours, overtime_hours)
values
(#{toAdd.workDate},#{toAdd.userId},#{toAdd.companyId},#{toAdd.startTime},#{toAdd.endTime},#{toAdd.workHours},#{toAdd.overTimeHours})