This commit is contained in:
邹宗楠
2023-07-31 15:03:13 +08:00
parent fd74ee4f5a
commit 408905cf48

View File

@@ -174,20 +174,8 @@ func (c *PurchaseHandler) onAfsOrderMsg(status string, msg interface{}) (retVal
continue continue
} }
//var api = getAPI("", 0, cancelMsg.StoreId)
//// 订单商品详细信息
//queryOrderDetailParam := &request591.AlibabaAelophyOrderGetRequest{OrderGetRequest: &domain591.AlibabaAelophyOrderGetOrderGetRequest{
// StoreId: utils.String2Pointer(cancelMsg.StoreId),
//}}
//
//queryOrderDetailParam.OrderGetRequest.BizOrderId = utils.Int64ToPointer(utils.Str2Int64(v.VendorOrderID))
//result, err := api.QueryOrderDetail(queryOrderDetailParam)
//if err != nil {
// return tao_vegetable.CallBackResultInfo(err)
//}
// 用户撤销未处理的售后订单 // 用户撤销未处理的售后订单
if v.Flag == 0 { if v.Flag == 0 {
// 下面处理用户撤销售后 // 下面处理用户撤销售后
if err = utils.CallFuncLogError(func() error { if err = utils.CallFuncLogError(func() error {
_, err = dao.DeleteEntity(db, v, "VendorOrderID", "VendorID") _, err = dao.DeleteEntity(db, v, "VendorOrderID", "VendorID")