From 48ff014392dbb512ed141383a4a3ed8b43a57ff0 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 09 四月 2025 08:46:53 +0800 Subject: [PATCH] 异常处置单 --- DevApp/Gs.DevApp/UserControl/UCUpFileList.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UCUpFileList.cs b/DevApp/Gs.DevApp/UserControl/UCUpFileList.cs index 5988a2f..d5b93c4 100644 --- a/DevApp/Gs.DevApp/UserControl/UCUpFileList.cs +++ b/DevApp/Gs.DevApp/UserControl/UCUpFileList.cs @@ -47,6 +47,9 @@ } public void getFileList() { + gcMx4.DataSource = null; + if (string.IsNullOrEmpty(pGuid)) + return; if (pGuid.Length <= 10) return; System.Text.StringBuilder _sbSqlWhere = new System.Text.StringBuilder(); -- Gitblit v1.9.3