Selaa lähdekoodia

更新

tags/v4.3.1
huangjiajun 1 vuosi sitten
vanhempi
commit
f2e29f3ac9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      rule/self_buy_global.go

+ 1
- 1
rule/self_buy_global.go Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna