From 6c66fff0a02b6860e63a1eb9791100130584084c Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期四, 23 十二月 2021 15:39:02 +0800
Subject: [PATCH] 代码上传

---
 Pub_Class/CustomerCls/ClsPub.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Pub_Class/CustomerCls/ClsPub.cs b/Pub_Class/CustomerCls/ClsPub.cs
index 8114dd5..c82b5ac 100644
--- a/Pub_Class/CustomerCls/ClsPub.cs
+++ b/Pub_Class/CustomerCls/ClsPub.cs
@@ -1331,7 +1331,7 @@
         {
             try
             {
-                if(oGrd.RowCount<=1  )
+                if (oGrd.RowCount <= 1)
                 {
                     return;
                 }

--
Gitblit v1.9.1