From f672cb1928abad4f859eacebc2902cd84899efa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Mon, 20 Apr 2026 18:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E5=8F=91=E8=B5=B7=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Api/HiddenDangerRectifyRecordController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APT.MicroApi/APT.SK.WebApi/Controllers/Api/HiddenDangerRectifyRecordController.cs b/APT.MicroApi/APT.SK.WebApi/Controllers/Api/HiddenDangerRectifyRecordController.cs index 5171ff2..d231c07 100644 --- a/APT.MicroApi/APT.SK.WebApi/Controllers/Api/HiddenDangerRectifyRecordController.cs +++ b/APT.MicroApi/APT.SK.WebApi/Controllers/Api/HiddenDangerRectifyRecordController.cs @@ -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; } }