select id, name, type, total_number, price, point, expiration_date, notes, state, create_by, create_time, update_by, update_time from card_information insert into card_information id, name, type, total_number, price, point, expiration_date, notes, state, create_by, create_time, update_by, update_time, #{id}, #{name}, #{type}, #{totalNumber}, #{price}, #{point}, #{expirationDate}, #{notes}, #{state}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update card_information name = #{name}, type = #{type}, total_number = #{totalNumber}, price = #{price}, point = #{point}, expiration_date = #{expirationDate}, notes = #{notes}, state = #{state}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from card_information where id = #{id} delete from card_information where id in #{id}