This commit is contained in:
邹宗楠
2024-09-20 22:39:26 +08:00
parent fa01c593c7
commit bf48833ac6
2 changed files with 4 additions and 6 deletions

View File

@@ -758,6 +758,10 @@ func (c *OrderManager) updateOrderSkuOtherInfo(order *model.GoodsOrder, db *dao.
if jxStoreID == 0 {
return nil
}
storeDetail, err1 := dao.GetStoreDetail(db, jxStoreID, order.VendorID, order.VendorOrgCode)
if err1 != nil || storeDetail.IsSync != model.YES {
return nil
}
orderSkus := order.Skus
var vendorSkuIDs []string