更新进度逻辑处理
This commit is contained in:
parent
147992ffdf
commit
61a65e0e1f
@ -73,6 +73,10 @@ public class RoomDailyTaskProgressUpdateExe {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (progressValue <= progress.getCurrentValue()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
progress.setCurrentValue(progressValue);
|
progress.setCurrentValue(progressValue);
|
||||||
|
|
||||||
int maxTierCompleted = 0;
|
int maxTierCompleted = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user