fix: 流程模板编辑没有修改模板内容

This commit is contained in:
wintel 2025-04-11 01:22:53 +08:00
parent 2450b59e93
commit 01a20a2db6

View File

@ -39,6 +39,7 @@ namespace OpenAuth.App
Repository.Update(u => new FlowScheme
{
SchemeContent = flowScheme.SchemeContent,
SchemeName = flowScheme.SchemeName,
ModifyDate = DateTime.Now,
FrmId = flowScheme.FrmId,