From f9765f1d34d916a5cbf9051819f4eda430fe70e1 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期二, 24 十月 2023 18:48:46 +0800 Subject: [PATCH] 门店权限 门店模块 --- 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