From 5ecc8d3c23589c1f876c25bd7c281f75b54a3110 Mon Sep 17 00:00:00 2001 From: xufei <727302827@qq.com> Date: Tue, 16 Sep 2025 11:07:05 +0800 Subject: [PATCH] =?UTF-8?q?2025.9.16=20=E5=AE=89=E5=85=A8=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E7=AD=BE=E5=AD=97=E6=89=93=E5=9B=9Ebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home/SafeCheck/Start/safeCheck_start_detail.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/home/SafeCheck/Start/safeCheck_start_detail.dart b/lib/pages/home/SafeCheck/Start/safeCheck_start_detail.dart index 4ebfa34..cc4d507 100644 --- a/lib/pages/home/SafeCheck/Start/safeCheck_start_detail.dart +++ b/lib/pages/home/SafeCheck/Start/safeCheck_start_detail.dart @@ -478,6 +478,7 @@ class _SafecheckStartDetailState extends State { form['CREATOR'] = loginUser['USER_ID'] ?? loginUserId; form['CORPINFO_ID'] = SessionService.instance.corpinfoId ?? ''; form['ACTION_USER'] = loginUser['NAME'] ?? ''; + form['OPERATOR'] = SessionService.instance.loginUserId ?? ''; LoadingDialogHelper.show(); // 显示 loading