insert into schedule_work_time_group
name,
info,
gmt_create,
create_by,
create_uid,
gmt_modified,
edit_by,
edit_uid,
status,
#{name},
#{info},
#{gmtCreate},
#{createBy},
#{createUid},
#{gmtModified},
#{editBy},
#{editUid},
#{status},
update schedule_work_time_group
name = #{name},
info = #{info},
gmt_create = #{gmtCreate},
create_by = #{createBy},
create_uid = #{createUid},
gmt_modified = #{gmtModified},
edit_by = #{editBy},
edit_uid = #{editUid},
status = #{status},
where id = #{id}
update schedule_work_time_group
set status = #{status}
where id = #{id}