Commit 44a047f9 authored by 黄奎's avatar 黄奎

页面修改

parent 0d4bdbe3
...@@ -155,6 +155,11 @@ WHERE 1=1 ...@@ -155,6 +155,11 @@ WHERE 1=1
return false; return false;
} }
} }
if (flowModel?.FlowNodeList?.Count == 0)
{
message = "未配置审核流程!";
return false;
}
int index = 0; int index = 0;
foreach (var item in flowModel.FlowNodeList) foreach (var item in flowModel.FlowNodeList)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment