From 9f7c5f7df707d42abe042964601a859716f0deb6 Mon Sep 17 00:00:00 2001 From: yefei Date: Sat, 6 May 2023 21:01:29 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=8E=BB=E6=8E=89org=5Ftype=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dxhy-erp/src/main/resources/mapper/SysDeptDao.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/dxhy-erp/src/main/resources/mapper/SysDeptDao.xml b/dxhy-erp/src/main/resources/mapper/SysDeptDao.xml index 585cd639..530397a6 100644 --- a/dxhy-erp/src/main/resources/mapper/SysDeptDao.xml +++ b/dxhy-erp/src/main/resources/mapper/SysDeptDao.xml @@ -32,7 +32,6 @@ select * from sys_dept where org_code = #{compCode} - and org_type = '5' and del_flag = '0' limit 1