删除打印

This commit is contained in:
邹宗楠
2022-04-11 09:11:46 +08:00
parent f4d436e941
commit 0f5ddd135b
3 changed files with 0 additions and 12 deletions

View File

@@ -67,7 +67,6 @@ func (c *DeliveryHandler) CancelWaybill(bill *model.Waybill, cancelReasonID int,
OrderCancelRole: 2,
}
parameter.PartnerOrderCode = bill.VendorOrderID
fmt.Println("===============cancle", 3333)
if err = api.FnAPI.CancelOrder(parameter); err != nil {
if strings.Contains(err.Error(), "运单暂未生成") {
err = nil