From ad7fee50beb97bf40c3fa8c95c71f0bd6378c05a Mon Sep 17 00:00:00 2001 From: nili Date: Sun, 23 Jun 2024 18:33:28 +0800 Subject: [PATCH] fx --- .../awesome/group/game/service/bo/matrix/AppBasicConfig.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/game-service/src/main/java/awesome/group/game/service/bo/matrix/AppBasicConfig.java b/game-service/src/main/java/awesome/group/game/service/bo/matrix/AppBasicConfig.java index bc0c908..fc25a03 100644 --- a/game-service/src/main/java/awesome/group/game/service/bo/matrix/AppBasicConfig.java +++ b/game-service/src/main/java/awesome/group/game/service/bo/matrix/AppBasicConfig.java @@ -41,9 +41,6 @@ public class AppBasicConfig extends MarketConfigBo { this.packageName = bo.packageName; this.desc = bo.desc; this.downloadTimes = bo.downloadTimes; - if (this.downloadTimes < 1) { - this.downloadTimes = ThreadLocalRandom.current().nextInt(1000, 10000); - } } } }