From ef839d119eec2c28fac5f5ba175d71f926afae44 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期二, 20 五月 2025 11:49:22 +0800
Subject: [PATCH] 修复数据库表字段不匹配、读取重量错误处理等逻辑

---
 Dispatch/GZRobot.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/Dispatch/GZRobot.cs b/Dispatch/GZRobot.cs
index 8cdc3f3..5d4e4e9 100644
--- a/Dispatch/GZRobot.cs
+++ b/Dispatch/GZRobot.cs
@@ -257,7 +257,6 @@
                     if (data.data != null) {
                         res = data.data;
                     }
-                    
                 }
                 catch (Exception ex) {
                     Console.WriteLine(ex.Message);

--
Gitblit v1.9.1