检查清单保存报错

This commit is contained in:
何美荣 2026-05-12 17:18:50 +08:00
parent 3c2e9c759d
commit 46c203c447

View File

@ -481,8 +481,8 @@ namespace APT.SK.WebApi.Controllers.Api
this.BantchDeleteEntityNoCommit<T_SK_CHECK_SET_CONTENTS>(detailIds);
if (entity != null)
UpdateEntityNoCommit(entity);
if (checkUsers != null && checkUsers.Any())
BantchSaveEntityNoCommit(checkUsers);
if (checkUserList != null && checkUserList.Any())
BantchSaveEntityNoCommit(checkUserList);
if (details != null && details.Any())
BantchSaveEntityNoCommit(details);
//if (hiddens != null && hiddens.Any())