From 7b2437474ca764a60ddad80c3cd30b036c62ea06 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 11 Oct 2024 10:19:39 +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 --- svc/svc_reward.go | 1 + 1 file changed, 1 insertion(+) diff --git a/svc/svc_reward.go b/svc/svc_reward.go index df73264..5f2d68b 100644 --- a/svc/svc_reward.go +++ b/svc/svc_reward.go @@ -83,6 +83,7 @@ func AddCoin(eg *xorm.Engine, money float64, Title, ordId string, types, transfe Date: zhios_condition_statistics_utils.StrToInt(date["now"]), LastDate: zhios_condition_statistics_utils.StrToInt(date["last"]), Price: amount, + Oid: zhios_condition_statistics_utils.StrToInt64(ordId), } eg.Insert(&data) }