* [bug#54664,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-08-29 03:06:23 +00:00
parent 4cf081fa80
commit 017cebf4d3
+1
View File
@@ -37,3 +37,4 @@ UPDATE `zt_workflowaction` SET `method`='operate', `type`='single' WHERE
UPDATE `zt_workflowaction` SET `method`='operate', `type`='single' WHERE `module`='epic' AND `action`='change';
UPDATE `zt_workflow` SET `table` = 'zt_story' WHERE `table` = '`zt_story`';
UPDATE `zt_workflowfield` SET `role` = 'buildin' WHERE `module` = 'epic';