1.流程职务表查询,增加总支委员

This commit is contained in:
zty 2024-08-08 16:51:01 +08:00
parent 247315750b
commit e29ee055aa

View File

@ -37,6 +37,7 @@
<select id="getConfigurationList" resultMap="returnConfiguration">
SELECT fc.*,
CASE fc.approved_role
when 'generalBranch' then '总支委员'
when 'projectAdmin' then '项目管理员'
WHEN 'director' THEN '所长'
WHEN 'depDirector' THEN '副所长'