This commit is contained in:
何美荣 2026-07-09 16:40:08 +08:00
parent aa9cda5de2
commit 60164d82f9

View File

@ -87,6 +87,9 @@ namespace APT.SK.WebApi.Controllers.Api
}
}
entity.STATUS = PFStandardStatus.Approving;
entity.Nav_RectifyRecord = null;
entity.Nav_ApplyUser = null;
entity.Nav_ApplyDepartment = null;
//取审批流水码
var sysFilter = new SystemCodeFilter();
sysFilter.CodeType = (int)PFCodeRuleType.;