select id, themeid, name, type, field, target, data, process, proposal, reflect, appendix, sort, create_time from by_theme_activity
insert into by_theme_activity
themeid,
name,
type,
field,
target,
data,
process,
proposal,
reflect,
appendix,
sort,
create_time,
#{themeid},
#{name},
#{type},
#{field},
#{target},
#{data},
#{process},
#{proposal},
#{reflect},
#{appendix},
#{sort},
#{createTime},
update by_theme_activity
themeid = #{themeid},
name = #{name},
type = #{type},
field = #{field},
target = #{target},
data = #{data},
process = #{process},
proposal = #{proposal},
reflect = #{reflect},
appendix = #{appendix},
sort = #{sort},
create_time = #{createTime},
where id = #{id}
delete from by_theme_activity where id = #{id}
delete from by_theme_activity where id in
#{id}