select id, doc_name, doc_unit, published_date, position, expand_1, expand_2, expand_3, expand_4, expand_5, create_by, create_time, update_by, update_time, del_flag from "PUBLIC"."archives_non_digital_doc"
insert into "PUBLIC"."archives_non_digital_doc"
id,
doc_name,
doc_unit,
published_date,
position,
expand_1,
expand_2,
expand_3,
expand_4,
expand_5,
create_by,
create_time,
update_by,
update_time,
del_flag,
#{id},
#{docName},
#{docUnit},
#{publishedDate},
#{position},
#{expand1},
#{expand2},
#{expand3},
#{expand4},
#{expand5},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{delFlag},
update "PUBLIC"."archives_non_digital_doc"
doc_name = #{docName},
doc_unit = #{docUnit},
published_date = #{publishedDate},
position = #{position},
expand_1 = #{expand1},
expand_2 = #{expand2},
expand_3 = #{expand3},
expand_4 = #{expand4},
expand_5 = #{expand5},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
del_flag = #{delFlag},
where id = #{id}
delete from "PUBLIC"."archives_non_digital_doc" where id = #{id}
delete from "PUBLIC"."archives_non_digital_doc" where id in
#{id}