wente
2024-01-12 c21bf35f523ee1430fc5fa02ab1b4171492009b6
zt/core/src/main/resources/mapper/workflow/WfRunTaskDao.xml
@@ -41,10 +41,6 @@
            CONCAT( ',', #{deptIds}, ',' ) LIKE CONCAT( '%,', id, ',%' )
            )
        </if>
        <if test="zyIds!=null and zyIds!=''">
            AND CONCAT( ',', #{zyIds}, ',' ) LIKE CONCAT( '%,', teamgroup, ',%' )
        </if>
    </select>
    <select id="getAssignUser" resultType="com.zt.core.sys.model.SysUser">