From 9e02c21d7085bfec212adbefb17a681c2385ae6c Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 26 Mar 2025 13:51:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/task/svc/svc_wph_order.go b/app/task/svc/svc_wph_order.go index e711214..1ea2545 100644 --- a/app/task/svc/svc_wph_order.go +++ b/app/task/svc/svc_wph_order.go @@ -182,7 +182,7 @@ func OrdersWphGet(p int, pageSize int, sTime, eTime int64, timeType string, pvd resNew.Oid = utils.StrToInt64(utils.OrderUUID(utils.StrToInt(ex[1]))) resNew.PvdOid = v["oid"] resNew.Uid = utils.StrToInt(ex[2]) - resNew.StationUid = utils.StrToInt(ex[1]) + resNew.StationUid = utils.StrToInt(ex[3]) resNew.UpdateTime = int(time.Now().Unix()) resNew.Commission = v["commission"] resNew.RealCommission = v["commission"]