feat: 业务单据可以正常送审

This commit is contained in:
wintel
2025-04-06 02:55:06 +08:00
parent 2d7e63ebad
commit 68aa427b40
3 changed files with 192 additions and 162 deletions

View File

@@ -119,6 +119,9 @@ namespace OpenAuth.App.Flow
{
throw new Exception("无法寻找到下一个节点");
}
//URL表单暂时不支持URL表单
if(flowInstance.FrmType == Define.FORM_TYPE_URL) return lines[0].to;
if (FrmData == "" || FrmData == "{}") return lines[0].to;