浏览代码

test

tags/v4.3.1
huangjiajun 1年前
父节点
当前提交
7f16e4fe72
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      svc/reward_commission.go

+ 1
- 0
svc/reward_commission.go 查看文件

@@ -524,6 +524,7 @@ func CommFee(fee float64, opt *comm_plan.PlanOpt, types, isGoods string) (float6
feeFirst = float64(totalFirst) / 1e4
if feeFirst < 0 {
feeFirst = 0
//
}

return fee, feeFirst, pvdFee, sysFee


正在加载...
取消
保存