jinlin
2024-01-10 cdf29a8f6fb9990f82ccc1d3f47bfba48cfaf4fc
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>