From f2e29f3ac9afefdeb7c94b29a4b1d985e0d62ec2 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 9 May 2023 13:41:21 +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 --- rule/self_buy_global.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rule/self_buy_global.go b/rule/self_buy_global.go index 7f10a10..c2072c6 100644 --- a/rule/self_buy_global.go +++ b/rule/self_buy_global.go @@ -43,7 +43,7 @@ func AddOrder(eg *xorm.Engine, req map[string]string) { } var data = &model.MallOrdCapitalPoolTotal{ Uid: zhios_order_relate_utils.StrToInt(req["uid"]), - Price: req["price"], + OtherPrice: req["price"], LeavePrice: req["price"], Num: 1, UpdateTime: time.Now(),