From c119b8ef36718a8ca24b719cdbff86913cbca129 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期二, 09 九月 2025 17:59:23 +0800
Subject: [PATCH] 1.Glass数据库保存,查询,分页,关键字,时间段等功能;
---
SourceCode/Bond/Servo/GlassJson.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/SourceCode/Bond/Servo/GlassJson.cpp b/SourceCode/Bond/Servo/GlassJson.cpp
index c16be0b..e9c54fb 100644
--- a/SourceCode/Bond/Servo/GlassJson.cpp
+++ b/SourceCode/Bond/Servo/GlassJson.cpp
@@ -199,7 +199,7 @@
// 基本
g.setID(JStr(root, "id").c_str());
g.setType(static_cast<MaterialsType>(JInt(root, "materials", 0)));
- g.getBuddyId() = JStr(root, "buddy_id");
+ g.setBuddyId(JStr(root, "buddy_id"));
g.setScheduledForProcessing(JBool(root, "scheduled") ? TRUE : FALSE);
g.m_failReason = JStr(root, "fail_reason");
g.setOriginPort(JInt(root, "origin_port", 0), JInt(root, "origin_slot", 0));
--
Gitblit v1.9.3