jinlin
2024-02-01 2df883fcbed176f83d8d144fd007e7f72fcb54d6
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">