소스 검색

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)
}
}
}


불러오는 중...
취소
저장