From 0547707e29364a36df05c5afcddd37f30702421e Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 13 三月 2024 14:31:58 +0800
Subject: [PATCH] bug修改

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

diff --git a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
index 0acf2d6..7d44df0 100644
--- a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
+++ b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml
@@ -207,7 +207,7 @@
             and t1.operatorId = #{operatorId}
         </if>
         <if test="storeName != null and storeName != ''">
-            and t1.name like CONCAT('%',#{storeName},'%')
+            and t2.name like CONCAT('%',#{storeName},'%')
         </if>
 
     </select>

--
Gitblit v1.7.1