* [task#122765,doing,0.2h] remove conditions in approval.

This commit is contained in:
sunguangming
2024-07-16 13:27:24 +08:00
committed by tanghucheng
parent 50b78ba85e
commit 7de6bff58e
+2
View File
@@ -6,3 +6,5 @@ UPDATE `zt_demand` AS t1 JOIN `zt_demand` AS t2 ON t1.parent = t2.id SET t1.pare
ALTER TABLE `zt_approvalnode` ADD `forwardBy` char(30) NOT NULL DEFAULT '' AFTER `extra`;
ALTER TABLE `zt_approvalnode` ADD `revertTo` char(30) NOT NULL DEFAULT '' AFTER `extra`;
UPDATE `zt_workflowaction` SET conditions = '' WHERE `action` IN ('approvalreview','approvalcancel','approvalsubmit');