检查清单保存报错
This commit is contained in:
parent
3c2e9c759d
commit
46c203c447
@ -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())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user