From d4e4ea6405756d495806a609e24ae85ebd7345ef Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期二, 17 十二月 2024 09:30:12 +0800
Subject: [PATCH] 代码更新

---
 target/classes/mapper/ThistoriesDaos.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target/classes/mapper/ThistoriesDaos.xml b/target/classes/mapper/ThistoriesDaos.xml
index 9fccabb..841f27d 100644
--- a/target/classes/mapper/ThistoriesDaos.xml
+++ b/target/classes/mapper/ThistoriesDaos.xml
@@ -4,7 +4,7 @@
     <!-- 鏍规嵁鍚嶇О妯$硦鏌ヨ-->
     <select id="getSessionId"  resultType="com.yb.entity.THistoryEntity"  >
         SELECT * FROM (
-        SELECT id,human,ai FROM t_history
+        SELECT * FROM t_history
         <where>
 
         <if test="sessionid != null">

--
Gitblit v1.9.3