Compare commits

...

2 Commits

Author SHA1 Message Date
何美荣
50df3c6dad Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe 2026-04-20 18:15:18 +08:00
何美荣
f672cb1928 传发起人 2026-04-20 18:15:15 +08:00

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;
}
}