From 3108a1c6f7bdddcf22905ff601633a71f73a480d Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 08 四月 2025 12:11:22 +0800 Subject: [PATCH] fqc --- 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