培训需求调查 培训用户
BantchAddEntityNoCommit=>BantchSaveEntityNoCommit
This commit is contained in:
parent
82bab38c44
commit
c203e8f708
@ -175,7 +175,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
|
|||||||
if (finishNotice != null)
|
if (finishNotice != null)
|
||||||
UpdateEntityNoCommit(finishNotice);
|
UpdateEntityNoCommit(finishNotice);
|
||||||
if (Demands != null && Demands.Any())
|
if (Demands != null && Demands.Any())
|
||||||
BantchAddEntityNoCommit(Demands);
|
BantchSaveEntityNoCommit(Demands);
|
||||||
});
|
});
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user