This commit is contained in:
邹宗楠
2023-06-05 16:04:35 +08:00
parent 42213a4ff0
commit 3293103285

View File

@@ -431,7 +431,6 @@ func (c *BaseScheduler) SetOrderWaybillTipByOrder(ctx *jxcontext.Context, order
if handler := partner.GetWaybillTipUpdater(order.VendorID); handler != nil {
if err = handler.UpdateWaybillTip(ctx, order.VendorOrgCode, order.VendorStoreID, order.VendorOrderID, "", "", utils.Int2Str(storeDetail.CityCode), thisTimeTipFee); err != nil {
globals.SugarLogger.Debugf("订单id[%s],平台id[%d],427,err :[%v]", order.VendorOrderID, order.VendorID, err)
return err
} else {
//加小费成功扣钱
if order.CreateDeliveryType == model.YES {