From a32219b5f00c173e04bf20ff0b1cbb05fb15c28f Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期一, 27 十月 2025 21:08:53 +0800
Subject: [PATCH] 场地管理接口联调
---
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 618f833..66fb145 100644
--- a/cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml
+++ b/cloud-server-other/src/main/resources/mapper/TGameConfigMapper.xml
@@ -7,7 +7,7 @@
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 !=""
+ where gc.otherId = #{id} and gc.img is not null
</select>
--
Gitblit v1.7.1