瀏覽代碼

test

tags/v4.3.1
huangjiajun 1 年之前
父節點
當前提交
f5ae90a9f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      rule/self_buy_global.go

+ 1
- 1
rule/self_buy_global.go 查看文件

@@ -37,7 +37,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).Update(max)
eg.Where("id=?", max.Id).AllCols().Update(max)
}
}
}


Loading…
取消
儲存