更新进度逻辑处理

This commit is contained in:
tianfeng 2026-03-05 10:49:26 +08:00
parent 147992ffdf
commit 61a65e0e1f

View File

@ -73,6 +73,10 @@ public class RoomDailyTaskProgressUpdateExe {
return;
}
if (progressValue <= progress.getCurrentValue()) {
return;
}
progress.setCurrentValue(progressValue);
int maxTierCompleted = 0;