This commit is contained in:
thinkgem
2024-04-30 18:00:01 +08:00
parent 07ba80ec4b
commit e68f96f3d6
2 changed files with 1 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ public class InitCoreData extends BaseInitDataTests {
@Override
public int getPhase() {
return Integer.MIN_VALUE + 1000; // core 1000, other 2000, upgrade 10000
return Integer.MIN_VALUE + 1000; // core 1000, other 5000, upgrade 10000
}
}