fxc 1 month ago
commit c67201de21

@ -29656,7 +29656,7 @@ namespace TradeManageNew
//是否住宅地址 //是否住宅地址
isResidential = !(addressType.ToUpper() == "BUSINESS" || addressType.ToUpper() == "OFFICE"); 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) .Set(x => x.IsResidential, isResidential)
.Update(); .Update();
} }

Loading…
Cancel
Save