|
|
@@ -230,6 +230,9 @@ public class HouseInfoServiceImpl implements HouseInfoService {
|
|
|
|
|
|
playerInfo.setPoints(new BigDecimal(points));
|
|
|
playerInfo.setHouseRank(playerInfo.getRank());
|
|
|
+ if (playerInfo.getStatusFlag() == AppConstant.PlayerStatus.OVERTIME) {
|
|
|
+ playerInfo.setResultError(true);
|
|
|
+ }
|
|
|
|
|
|
String content;
|
|
|
if (playerInfo.getResultError()) {
|