直转审核bug

This commit is contained in:
hongchao 2025-09-02 11:31:11 +08:00
parent 5df71896fd
commit 5598a935be
1 changed files with 5 additions and 4 deletions

View File

@ -40,7 +40,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="selectRolesByNodeId" resultType="java.lang.String">
select roleIds from sys_workflow_config where node_id = #{nodeId} SELECT
select roleIds from sys_workflow_config where node_id = #{nodeId}
</select>
<select id="selectUnitConfigValuesByTaskId" resultType="java.lang.String">
SELECT
GROUP_CONCAT(su.user_id) configValue
FROM
direct_apply_info dai
@ -53,9 +57,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
dai.id = #{taskId}
</select>
<select id="selectUnitConfigValuesByTaskId" resultType="java.lang.String">
</select>
<select id="getImpUnit" resultType="java.lang.Integer">
select
imp_unit as impUnit