* Adjust upgrade version.

This commit is contained in:
daitingting
2022-08-11 07:17:44 +00:00
parent 145b7d2bc5
commit 5f9da4f6ec
+3 -3
View File
@@ -674,14 +674,14 @@ class upgradeModel extends model
case 'biz7.0':
$this->processFlowPosition();
break;
case 'biz7.3':
case 'biz7.4':
$this->processCreatedInfo();
$this->processCreatedBy();
$this->updateApproval();
$this->addDefaultRuleToWorkflow();
$this->processReviewLinkages();
$this->addFlowActions('biz7.3');
$this->addFlowFields('biz7.3');
$this->addFlowActions('biz7.4');
$this->addFlowFields('biz7.4');
break;
}
}