From aff43f8ebe077b9daf097e1c583304c0252bf440 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期二, 24 十月 2023 18:49:28 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai

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

diff --git a/cloud-server-other/src/main/resources/mapper/SiteMapper.xml b/cloud-server-other/src/main/resources/mapper/SiteMapper.xml
index 7810396..2975d46 100644
--- a/cloud-server-other/src/main/resources/mapper/SiteMapper.xml
+++ b/cloud-server-other/src/main/resources/mapper/SiteMapper.xml
@@ -111,7 +111,7 @@
                 and t1.cityManagerId = #{query.objectId}
             </if>
             <if test="query.objectType == 3">
-                and t2.storeStaffId = #{query.objectId}
+                and t2.id = #{query.objectId}
             </if>
             <if test="query.city!=null and query.city!= ''">
                 and t1.cityCode = #{query.city}

--
Gitblit v1.7.1