培训计划 状态修改

This commit is contained in:
wyw 2026-05-12 15:28:14 +08:00
parent 87ddf3871f
commit 876269e95e

View File

@ -131,7 +131,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
}
}
}
entity.STATUS = PFStandardStatus.Approving;
MFlowPermitService.InsertApprove(null, "SE071", ((int)entity.TYPE).ToString(), entity.ID, "SE071_SHOWPRINT", entity.TaskID, true, () =>
{
UpdateEntityNoCommit(entity);