From 0da439b85429c9b784442b4d7551adddc4d60157 Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Thu, 26 Aug 2021 10:08:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- power-dao/src/main/resources/mapper/Power_Sys_DictMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power-dao/src/main/resources/mapper/Power_Sys_DictMapper.xml b/power-dao/src/main/resources/mapper/Power_Sys_DictMapper.xml index 8b3276d..580243f 100644 --- a/power-dao/src/main/resources/mapper/Power_Sys_DictMapper.xml +++ b/power-dao/src/main/resources/mapper/Power_Sys_DictMapper.xml @@ -357,7 +357,7 @@ dict.dict_area FROM power_sys_dict dict - LEFT JOIN power_dept dept ON dict.dept_id = dept.dict_id + LEFT JOIN power_dept dept ON dict.dict_id = dept.dict_id AND dict.dict_status = 1 AND dept.effective = 1