update InvoicePlan set disposablePriceFluctuation=( select case when src.disposablePriceFluctuation is not null then src.disposablePriceFluctuation else 1 end from SupplyRoomConfig src where src.supplyRoomType=0 ) where disposablePriceFluctuation is null;