|
@@ -157,7 +157,7 @@ public class AppAgentController extends BaseController {
|
|
|
//团队投注赢
|
|
|
vo.setTeamWin(BigDecimal.valueOf(appUserCountList.stream().mapToDouble(
|
|
|
e->{
|
|
|
- return e.getGameWinAmount() - (e.getGameBetting() - e.getGameLoseAmount());
|
|
|
+ return e.getGameWinAmount();
|
|
|
}
|
|
|
).sum()).setScale(2,BigDecimal.ROUND_HALF_UP).doubleValue());
|
|
|
//团队投注输
|