select id, consumption_date, integral_consume, integral_refund, create_time,log_type from fs_integral_count insert into fs_integral_count id, consumption_date, integral_consume, integral_refund, create_time, log_type, #{id}, #{consumptionDate}, #{integralConsume}, #{integralRefund}, #{createTime}, #{logType}, update fs_integral_count consumption_date = #{consumptionDate}, integral_consume = #{integralConsume}, integral_refund = #{integralRefund}, create_time = #{createTime}, logType = #{logType}, where id = #{id} delete from fs_integral_count where id = #{id} delete from fs_integral_count where id in #{id}