1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user