|
@@ -88,6 +88,8 @@ class CLDController {
|
|
|
});
|
|
|
if (oneCompilationIndex !== -1) {
|
|
|
compilationList[oneCompilationIndex].isUpgrade = userUpgradeList[i].isUpgrade;
|
|
|
+ compilationList[oneCompilationIndex].deadline = userUpgradeList[i].deadline;
|
|
|
+ compilationList[oneCompilationIndex].lock = userUpgradeList[i].lock;
|
|
|
}
|
|
|
}
|
|
|
}
|