From d40f55fc2cf19c5fca6cdf9001a3b15b1040bef7 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 09 四月 2025 14:12:46 +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