Kaynağa Gözat

任务初始化

“xubinhui 2 yıl önce
ebeveyn
işleme
bcc0bdee72

+ 1 - 1
src/main/java/com/izouma/nineth/service/RiceService.java

@@ -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;