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(),