From 9ae473a6fe7000d75d267e9668f56e3fed7be28b Mon Sep 17 00:00:00 2001 From: gxwebsoft Date: Tue, 30 Apr 2024 10:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=A8=A1=E5=9D=97=E5=8C=BA?= =?UTF-8?q?=E5=88=86=E6=98=AF=E5=90=A6=E7=AE=A1=E7=90=86=E5=91=98=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=EF=BC=8C=E6=98=AF=E5=90=A6=E5=95=86=E6=88=B7=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml b/src/main/java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml index d2a20c5..cd47223 100644 --- a/src/main/java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml +++ b/src/main/java/com/gxwebsoft/common/system/mapper/xml/UserMapper.xml @@ -42,7 +42,7 @@ LEFT JOIN sys_tenant e ON a.tenant_id = e.tenant_id LEFT JOIN sys_user_grade g ON a.grade_id = g.grade_id LEFT JOIN sys_user_referee h ON a.user_id = h.user_id and h.deleted = 0 - LEFT JOIN sys_merchant h ON a.merchant_id = h.merchant_id + LEFT JOIN sys_merchant i ON a.merchant_id = i.merchant_id AND a.user_id = #{param.userId}