From a8a707e602d644f3207b077d55bfad1a7c3642b7 Mon Sep 17 00:00:00 2001
From: LHN <31457034@qq.com>
Date: 星期三, 19 十月 2022 17:47:48 +0800
Subject: [PATCH] changes
---
dao/src/main/resources/mapper/LedPlayerEntityMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dao/src/main/resources/mapper/LedPlayerEntityMapper.xml b/dao/src/main/resources/mapper/LedPlayerEntityMapper.xml
index 02be14e..6294706 100644
--- a/dao/src/main/resources/mapper/LedPlayerEntityMapper.xml
+++ b/dao/src/main/resources/mapper/LedPlayerEntityMapper.xml
@@ -78,7 +78,7 @@
WHERE
t3.group_id=#{groupId}
<if test="clientId != null">
- AND (t2.user_id = #{clientId} OR t2.client_id = #{clientId})
+ AND (t3.user_id = #{clientId} OR t3.client_id = #{clientId})
</if>
</select>
<select id="ledListByGroupId" resultType="com.sandu.ximon.dao.domain.LedPlayerEntity">
--
Gitblit v1.9.3