select id, name, code, weigh, type from zdy_wcsc_express insert into zdy_wcsc_express name, code, weigh, type, #{name}, #{code}, #{weigh}, #{type}, update zdy_wcsc_express name = #{name}, code = #{code}, weigh = #{weigh}, type = #{type}, where id = #{id} delete from zdy_wcsc_express where id = #{id} delete from zdy_wcsc_express where id in #{id}