From 35ccfbeb585b0305b76fea987513769a60e49461 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 26 Mar 2025 14:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/task/svc/svc_wph_order.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/task/svc/svc_wph_order.go b/app/task/svc/svc_wph_order.go index 1ea2545..eb75183 100644 --- a/app/task/svc/svc_wph_order.go +++ b/app/task/svc/svc_wph_order.go @@ -137,9 +137,9 @@ func OrdersWphGet(p int, pageSize int, sTime, eTime int64, timeType string, pvd "已失效": "订单失效", } for _, v := range order { - //if v["status"] == "已下单" { - // continue - //} + if v["status"] == "已下单" { + continue + } if v["channelTag"] != wphData["pid"] { continue }