|
@@ -106,7 +106,7 @@ public class SceneUpgradeToV4Service implements ISceneUpgradeToV4Service {
|
|
|
redisLockUtil.unlockLua(lockKey);
|
|
|
return ResultData.error(ErrorCode.FAILURE_CODE_7019);
|
|
|
}
|
|
|
- if(sceneRepairLog.getState() == 1){
|
|
|
+ if(!param.isReUpgrade() && sceneRepairLog.getState() == 1){
|
|
|
redisLockUtil.unlockLua(lockKey);
|
|
|
return ResultData.error(ErrorCode.FAILURE_CODE_7020);
|
|
|
}
|