Merge remote-tracking branch 'origin/master'

This commit is contained in:
hayu 2025-09-02 11:32:56 +08:00
commit e21189cf9b
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>
<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