diff --git a/lib/comm_plan/ds_check.go b/lib/comm_plan/ds_check.go index b162d77..5626afe 100644 --- a/lib/comm_plan/ds_check.go +++ b/lib/comm_plan/ds_check.go @@ -342,7 +342,7 @@ Loop: // 等级往上升则置0 maxLevelWeight, maxLv, peerRate, peerRateList, peerNum = node.ParentUser.LevelWeight, node.ParentUser.Lv, 0, nil, 0 } - node.Profit = zhios_order_relate_utils.StrToFloat64(fmt.Sprintf("%.4f", node.Profit)) + node.Profit = zhios_order_relate_utils.StrToFloat64(fmt.Sprintf("%.6f", node.Profit)) node = node.ParentUser }