This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_order_relate_rule
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
253
Wiki
Activity
Browse Source
test
tags/v4.3.1
huangjiajun
1 year ago
parent
ba7e56f3d0
commit
7f16e4fe72
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
svc/reward_commission.go
+ 1
- 0
svc/reward_commission.go
View File
@@ -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
Write
Preview
Loading…
Cancel
Save