huangjiajun пре 1 година
родитељ
комит
3de4d214d7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      rule/self_buy_global.go

+ 1
- 1
rule/self_buy_global.go Прегледај датотеку

@@ -31,7 +31,7 @@ func AddOrder(eg *xorm.Engine, req map[string]string) {
max.LeavePrice = zhios_order_relate_utils.Float64ToStrByPrec(zhios_order_relate_utils.StrToFloat64(max.LeavePrice)+zhios_order_relate_utils.StrToFloat64(req["price"]), 3)
max.OtherPrice = zhios_order_relate_utils.Float64ToStrByPrec(zhios_order_relate_utils.StrToFloat64(max.OtherPrice)+zhios_order_relate_utils.StrToFloat64(req["price"]), 3)
max.UpdateTime = time.Now()
eg.Where("id=?", max.Id, max)
eg.Where("id=?", max.Id).Update(max)
}
}
}


Loading…
Откажи
Сачувај