id, company_id, owner_id, owner_name, start_date, end_date, leave_type, status, remark, operator_id, time_hours, time_days, indate, time_type, tel, auditor_id, auditor_name, auditor_type, procinst_id, gmt_finished, cur_audit_setting_id
insert into leave_sheet(company_id, owner_id, owner_name,start_date, end_date, leave_type, status, remark
, operator_id, time_hours, time_days, indate, time_type, tel, procinst_id) VALUES
(#{res.companyId},#{res.ownerId},#{res.ownerName},#{res.startDate},#{res.endDate}
,#{res.leaveType},#{res.status},#{res.remark},#{res.operatorId},#{res.timeHours},#{res.timeDays}
,#{res.indate},#{res.timeType},#{res.tel},#{res.procinstId})