mitao
2 天以前 50ee6ccb8d8036ffaa2aabb4e4999c14a05b45a3
ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationAssetMapper.xml
@@ -54,7 +54,7 @@
                )
            </if>
            <if test="query != null and query.deptId != null">
                AND aaa.dept_id = #{query.deptId}
                AND (td.id = #{query.deptId} OR FIND_IN_SET(#{query.deptId}, td.parent_id))
            </if>
        </where>
        ORDER BY oaa.operate_time DESC, oaa.id DESC