update SupplyRoomConfig set isEnableTousseOpDestLocation = 1 where supplyRoomType = 0 and isEnableTousseOpDestLocation is null; update SupplyRoomConfig set isEnableTousseOpRecipient = 0 where supplyRoomType = 0 and isEnableTousseOpRecipient is null; update SupplyRoomConfig set isEnableTousseOpSign = 1 where supplyRoomType = 0 and isEnableTousseOpSign is null; update SupplyRoomConfig set isEnableTousseUnReturnWarn = 0 where supplyRoomType = 0 and isEnableTousseUnReturnWarn is null;