소스 검색

更新

master
huangjiajun 10 달 전
부모
커밋
e02a4a97d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/comm_plan/all.go

+ 1
- 1
lib/comm_plan/all.go 파일 보기

@@ -884,7 +884,7 @@ func CalVirtualCommissionMinus(a, b []*VirtualCoinCommission) (c []*VirtualCoinC
for _, coinA := range a {
for _, coinB := range b {
if coinA.Cid == coinB.Cid {
amount = coinA.Val - coinB.Val
amount = zhios_order_relate_utils.FloatFormat(coinA.Val-coinB.Val, 8)
if amount < 0 {
zeroList[coinA.Cid] = struct{}{}
amount = 0


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