huangjiajun преди 1 година
родител
ревизия
cd20335dab
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      svc/reward_commission.go

+ 2
- 2
svc/reward_commission.go Целия файл

@@ -479,10 +479,10 @@ 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)
if opt.PointType == 1 { //四舍五入
fee = zhios_order_relate_utils.FloatFormat(orderBeforeRate, 2)
fee = zhios_order_relate_utils.FloatFormat(float64(fee1)/1e4, 2)
} else {
fee1 := int64(fee*1e4) - int64(orderBeforeRate*1e4)
fee = float64(int64(float64(fee1)/100)) / 100
}
}


Зареждане…
Отказ
Запис