培训需求 调查 第二次保存报错

This commit is contained in:
wyw 2026-04-13 17:21:08 +08:00
parent 16d66f8f9b
commit 82bab38c44

View File

@ -169,7 +169,7 @@ namespace APT.SC.WebApi.Controllers.Api.SE
if (Nav_Points != null && Nav_Points.Any())
BantchSaveEntityNoCommit(Nav_Points);
if (Nav_Demands != null && Nav_Demands.Any())
BantchAddEntityNoCommit(Nav_Demands);
BantchSaveEntityNoCommit(Nav_Demands);
if (noticeTask != null && noticeTask.Any())
BantchAddEntityNoCommit(noticeTask);
if (finishNotice != null)