|
@@ -5578,7 +5578,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
BigDecimal costBigDecimal = new BigDecimal(costCount);
|
|
|
BigDecimal amountBigDecimal = new BigDecimal(amountCount);
|
|
|
BigDecimal bd = amountBigDecimal.divide(costBigDecimal, 2, RoundingMode.HALF_UP);
|
|
|
- vo.setRecoveryCount(bd.doubleValue());
|
|
|
+ vo.setRecoveryCount(bd.doubleValue()*100);
|
|
|
}
|
|
|
return vo;
|
|
|
}
|