Skip to content

Commit

Permalink
Fix mis-leading comments in sql workflow submit view (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
heisaman authored Feb 15, 2022
1 parent 3f6770f commit ca10a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def submit(request):
workflow_id = sql_workflow.id
# 自动审核通过了,才调用工作流
if workflow_status == 'workflow_manreviewing':
# 调用工作流插入审核信息, 查询权限申请workflow_type=2
# 调用工作流插入审核信息, SQL上线权限申请workflow_type=2
Audit.add(WorkflowDict.workflow_type['sqlreview'], workflow_id)
except Exception as msg:
logger.error(f"提交工单报错,错误信息:{traceback.format_exc()}")
Expand Down

0 comments on commit ca10a8f

Please sign in to comment.