From a07e72141a85ab569fee82f282dc1087bb7231c1 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 2 Feb 2023 14:11:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml b/src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml index 3903e3bb..3a633886 100644 --- a/src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml +++ b/src/main/resources/mybatis/mapper/thrsys/ThrDeptDao.xml @@ -5,7 +5,7 @@ resultType="com.glxp.api.entity.thrsys.ThrDeptEntity"> SELECT * FROM thr_dept thrInv - left join basic_third_sys thrSys on thrInv.thirdSysFk = thrSys.thirdId + left join thr_system thrSys on thrInv.thirdSysFk = thrSys.thirdId thrSys.enabled = true