传发起人

This commit is contained in:
何美荣 2026-04-20 18:15:15 +08:00
parent 8784d17a42
commit f672cb1928

View File

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