shanji 2 years ago
parent
commit
5e3cd85344
  1. 1
      BBWY.Server.Business/Sync/OrderSyncBusiness.cs

1
BBWY.Server.Business/Sync/OrderSyncBusiness.cs

@ -595,6 +595,7 @@ namespace BBWY.Server.Business
orderPayment != dbOrder.OrderPayment ||
sellerPreferentialAmount != dbOrder.SellerPreferentialAmount ||
orderSellerPrice != dbOrder.OrderSellerPrice ||
(orderSellerPrice > 0M && dbOrder.IsGift) ||
orderTotalPrice != dbOrder.OrderTotalPrice ||
storeOrder != dbOrder.StoreOrder ||
preferentialAmount != dbOrder.PreferentialAmount ||

Loading…
Cancel
Save