|
|
@@ -172,7 +172,7 @@ public class RiceService {
|
|
|
Boolean isInvited;
|
|
|
Boolean isCanExchangeScore;
|
|
|
|
|
|
- if (rice.getSelfActivityScore() < 10 && rice.getSelfScore() >= 2) {
|
|
|
+ if (rice.getExchangeCount() < 10 && rice.getSelfScore() >= 10) {
|
|
|
isCanExchangeScore = true;
|
|
|
} else {
|
|
|
isCanExchangeScore = false;
|