Commit 0d4bdbe3 authored by 黄奎's avatar 黄奎

页面修改

parent 52da1db0
......@@ -146,7 +146,15 @@ WHERE 1=1
return false;
}
}
else if (model.ReceiptType == Common.Enum.Finance.ReceiptTypeEnum.ChangeClass)
{
flowModel = flowRepository.GetFlowRepository(Common.Config.BackClassFlowId);
if (flowModel == null)
{
message = "未配置调课流程!";
return false;
}
}
int index = 0;
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