This commit is contained in:
wyw 2026-04-21 09:57:48 +08:00
commit 6f503997d6

View File

@ -248,7 +248,7 @@ namespace APT.SK.WebApi.Controllers
BantchSaveEntityNoCommit(reasons); BantchSaveEntityNoCommit(reasons);
if (notice != null) if (notice != null)
UpdateEntityNoCommit(notice); UpdateEntityNoCommit(notice);
}, null, null, null, null, null, "SK022_SHOWPRINT", null); }, null, entity.APPLY_USER_ID, null, null, null, "SK022_SHOWPRINT", null);
return true; return true;
} }
} }