INSERT INTO standard_task(`id`, `standard_plan_id`, `sys_office_id`, `sort`, `del_flag`,
`create_by`, `create_date`, `update_by`, `update_date`, `REMARKS`, `status`) VALUES
(#{id},
#{standardPlanId},
#{sysOfficeId},
#{sort},
#{delFlag},
#{createBy},
#{createDate},
#{updateBy},
#{updateDate},
#{remarks},
#{status}
)