This commit is contained in:
邹宗楠
2025-09-04 09:56:23 +08:00
parent b8c553ab7c
commit 8f02e5d257

View File

@@ -433,6 +433,7 @@ func (p *PurchaseHandler) PickupGoods(order *model.GoodsOrder, isSelfDelivery bo
if globals.EnableEbaiStoreWrite {
globals.SugarLogger.Debugf("-------PickupGoods := %d , %s ,%s", order.JxStoreID, userName, utils.Format4Output(isSelfDelivery, false))
globals.SugarLogger.Debugf("-------PickupGoods2 := %s", utils.Format4Output(userName == "autoPickup" && !isSelfDelivery, false))
globals.SugarLogger.Debugf("-------PickupGoods3 := %s", order.VendorOrderID)
if userName == "autoPickup" && !isSelfDelivery {
return nil
}