|
|
@@ -76,7 +76,7 @@ func handleZhiosExpressOrderFail(msg []byte) error { |
|
|
|
//判断订单是否订单失败 |
|
|
|
ord := db.GetExpressWithOid(eg, canalMsg.Oid) |
|
|
|
officialOrd := offical.GetExpressWithOid(canalMsg.Oid) |
|
|
|
if ord.Status == "已退回" || ord.IsRefund == 1 || ord.IsCancel == 1 { |
|
|
|
if ord.Status == "已退回" || ord.IsRefund == 1 { |
|
|
|
return nil |
|
|
|
} |
|
|
|
ordExpressPlatform := utils.IntToStr(ord.ExpressPlatform) |
|
|
|