select id, area_id, isStatus, zh_id, intro, type, create_by, create_time, update_by, update_time, remark from tc_ttsum
insert into tc_ttsum
area_id,
isStatus,
zh_id,
intro,
type,
create_by,
create_time,
update_by,
update_time,
remark,
#{areaId},
#{isStatus},
#{zhId},
#{intro},
#{type},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update tc_ttsum
area_id = #{areaId},
isStatus = #{isStatus},
zh_id = #{zhId},
intro = #{intro},
type = #{type},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from tc_ttsum where id = #{id}
delete from tc_ttsum where id in
#{id}