select id, name, schoolid, classid, xnxq, month, themes, selfthemes, wxkc, support, remarks, createuserid, create_time, spr, sptime, spyj, status from by_theme_monthplan
insert into by_theme_monthplan
id,
name,
schoolid,
classid,
xnxq,
month,
themes,
selfthemes,
wxkc,
support,
remarks,
createuserid,
create_time,
spr,
sptime,
spyj,
status,
#{id},
#{name},
#{schoolid},
#{classid},
#{xnxq},
#{month},
#{themes},
#{selfthemes},
#{wxkc},
#{support},
#{remarks},
#{createuserid},
#{createTime},
#{spr},
#{sptime},
#{spyj},
#{status},
update by_theme_monthplan
name = #{name},
schoolid = #{schoolid},
classid = #{classid},
xnxq = #{xnxq},
month = #{month},
themes = #{themes},
selfthemes = #{selfthemes},
wxkc = #{wxkc},
support = #{support},
remarks = #{remarks},
createuserid = #{createuserid},
create_time = #{createTime},
spr = #{spr},
sptime = #{sptime},
spyj = #{spyj},
status = #{status},
where id = #{id}
delete from by_theme_monthplan where id = #{id}
delete from by_theme_monthplan where id in
#{id}