Compare commits
No commits in common. "666a9c169c9e58002c734bc1e6751d337104f39c" and "99d8144bdf73e8042dd95ffc80cedc609cdd7b23" have entirely different histories.
666a9c169c
...
99d8144bdf
|
|
@ -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
|
||||
def get_workflow_start_state(workflow: Workflow):
|
||||
|
|
|
|||
Loading…
Reference in New Issue