Browse Source

更新

master
huangjiajun 2 months ago
parent
commit
463c2365be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consume/zhios_express_order_fail.go

+ 1
- 1
consume/zhios_express_order_fail.go View File

@@ -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)


Loading…
Cancel
Save