直转审核bug
This commit is contained in:
parent
5df71896fd
commit
5598a935be
|
|
@ -40,7 +40,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectRolesByNodeId" resultType="java.lang.String">
|
<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
|
GROUP_CONCAT(su.user_id) configValue
|
||||||
FROM
|
FROM
|
||||||
direct_apply_info dai
|
direct_apply_info dai
|
||||||
|
|
@ -53,9 +57,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
dai.id = #{taskId}
|
dai.id = #{taskId}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectUnitConfigValuesByTaskId" resultType="java.lang.String">
|
|
||||||
|
|
||||||
</select>
|
|
||||||
<select id="getImpUnit" resultType="java.lang.Integer">
|
<select id="getImpUnit" resultType="java.lang.Integer">
|
||||||
select
|
select
|
||||||
imp_unit as impUnit
|
imp_unit as impUnit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue