select value, label, sort, type, instruction,dict from zdy_check_search_dict
insert into zdy_check_search_dict
value,label,sort,type,instruction,dict,#{value},#{label},#{sort},#{type},#{instruction},#{dict},
update zdy_check_search_dict
label = #{label},sort = #{sort},type = #{type},instruction = #{instruction},dict = #{dict},
where value = #{value}
delete from zdy_check_search_dict where value = #{value}
delete from zdy_check_search_dict where value in
#{value}