培训需求调查 培训用户

BantchAddEntityNoCommit=>BantchSaveEntityNoCommit
This commit is contained in:
wyw 2026-04-14 09:05:18 +08:00
parent 82bab38c44
commit c203e8f708

View File

@ -175,7 +175,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
if (finishNotice != null)
UpdateEntityNoCommit(finishNotice);
if (Demands != null && Demands.Any())
BantchAddEntityNoCommit(Demands);
BantchSaveEntityNoCommit(Demands);
});
return true;
});