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