@@ -106,6 +106,7 @@ public class SceneUpgradeToV4Service implements ISceneUpgradeToV4Service {
}catch (Exception e){
log.error("场景升级失败", e);
+ redisLockUtil.unlockLua(lockKey);
this.upgradeLog(sceneRepairLog, num, 2, ExceptionUtil.stacktraceToString(e, 3000));
return Result.failure(ErrorCode.FAILURE_CODE_7021.code(), ErrorCode.FAILURE_CODE_7021.message());
}