浏览代码

更新

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

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

@@ -480,7 +480,7 @@ func CommFee(fee float64, opt *comm_plan.PlanOpt, types, isGoods string) (float6
if isGoods == "1" {
orderBeforeRate := fee * opt.OrderBeforeRate
fee1 := int64(fee*1e4) - int64(orderBeforeRate*1e4)
fee = float64(fee1) / 1e4
fee = float64(int64(float64(fee1)/100)) / 100
}
pvdFee := fee * opt.PvdRate // 供应商联盟比例
sysFee := fee * opt.SysRate // 平台比例


||||||
x
 
000:0
正在加载...
取消
保存