From b27d06b8f0b805efd16e28fd80a57a0ed8a053ce Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期三, 21 二月 2024 15:31:31 +0800 Subject: [PATCH] 修改 --- zt/core/src/main/resources/mapper/workflowconfig/WfDefStepDao.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zt/core/src/main/resources/mapper/workflowconfig/WfDefStepDao.xml b/zt/core/src/main/resources/mapper/workflowconfig/WfDefStepDao.xml index 308008c..29ada3b 100644 --- a/zt/core/src/main/resources/mapper/workflowconfig/WfDefStepDao.xml +++ b/zt/core/src/main/resources/mapper/workflowconfig/WfDefStepDao.xml @@ -139,6 +139,7 @@ ) a LEFT JOIN sys_dept d ON a.company_id = d.id + WHERE a.id not in (select id from sys_role where code in ('xtglybm','xtbmybm','xtsjybm','rx')) ORDER BY d.name, a.sort </select> -- Gitblit v1.9.1