update SupplyRoomConfig set tousseDeliverOccasion = (case when afterRecyclingTousseDeliver = 1 then '回收后发货' else '回收前发货' end) where supplyRoomType = 0;