jinlin
2024-01-31 9025b9cf7ec8610003d445a31d93e35e7bd73c2e
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">