From b5e51fc48bc65fc27ed4d6c4f3e82414646113bd Mon Sep 17 00:00:00 2001
From: liujie <liujie>
Date: 星期三, 18 十月 2023 11:26:36 +0800
Subject: [PATCH] 修改bug

---
 cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml b/cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml
index 30241cb..618f833 100644
--- a/cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml
+++ b/cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml
@@ -4,7 +4,7 @@
 
 
     <select id="listJs" resultType="com.dsh.other.entity.TGameConfig">
-        select gc.* ,js.jieshao,js.vedio
+        select gc.* ,js.jieshao intro,js.vedio video
         from t_game_config gc
         left join t_js js on gc.gameId = js.id
         where gc.otherId = #{id} and gc.img !=""

--
Gitblit v1.7.1