select t.id, t.wrong_word, t.domain_type, t.dict_type, t.flag, t.status,t.time, t.effectstart, t.effectend,t.dept_id from trs_domain_words t
insert into trs_domain_words
wrong_word,domain_type,dict_type,flag,status,time,effectstart,effectend,dept_id,#{wrongWord},#{domainType},#{dictType},#{flag},#{status},#{time},#{effectstart},#{effectend},#{deptId},
update trs_domain_words
wrong_word = #{wrongWord},domain_type = #{domainType},dict_type = #{dictType},flag = #{flag},status = #{status},time = #{time},effectstart = #{effectstart},effectend = #{effectend},dept_id = #{deptId},
where id = #{id}
delete from trs_domain_words where id = #{id}
delete from trs_domain_words where id in
#{id}