Compare commits

..

No commits in common. "50df3c6dad9c76134d62e54312d7c561aa167922" and "41f5289a8dc56f0f91b45d040cb0fba3167e1cb8" have entirely different histories.

View File

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