Browse Source

更新

tags/v4.3.1
huangjiajun 1 year ago
parent
commit
f2e29f3ac9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rule/self_buy_global.go

+ 1
- 1
rule/self_buy_global.go View File

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


Loading…
Cancel
Save