@ -29656,7 +29656,7 @@ namespace TradeManageNew
//是否住宅地址
isResidential = !(addressType.ToUpper() == "BUSINESS" || addressType.ToUpper() == "OFFICE");
db.DT_ShopifyUsedSaleOrder.Where(x => x.Id == shopifyUsedSaleOrderItem.DtShopifyUsedSaleOrderId)
db.DT_ShopifyUsedSaleOrder.Where(x => x.Id == shopifyUsedSaleOrder.Id)
.Set(x => x.IsResidential, isResidential)
.Update();
}