Merge branch 'branch/workflow' of https://gitlab.zcorp.cc/easycorp/zentaopms into branch/workflow

This commit is contained in:
daitingting
2022-05-10 01:44:47 +00:00
5 changed files with 11 additions and 7 deletions
+1
View File
@@ -518,6 +518,7 @@ class executionModel extends model
->checkIF(!empty($execution->code), 'code', 'unique', "id != $executionID and type in ('sprint','stage')")
->checkFlow()
->where('id')->eq($executionID)
->checkFlow()
->limit(1)
->exec();