Compare commits

..

No commits in common. "666a9c169c9e58002c734bc1e6751d337104f39c" and "99d8144bdf73e8042dd95ffc80cedc609cdd7b23" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class WfService(object):
""" """
获取工作流流转列表 获取工作流流转列表
""" """
return Transition.objects.filter(workflow=workflow, is_deleted=False).order_by("attribute_type", "id") return Transition.objects.filter(workflow=workflow, is_deleted=False)
@staticmethod @staticmethod
def get_workflow_start_state(workflow: Workflow): def get_workflow_start_state(workflow: Workflow):