无关风月
5 天以前 9ec0ecb6e1a81f1ce55935b9ba7fbda6c3a8810a
ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationsMapper.xml
@@ -33,6 +33,7 @@
        <if test="query.userId != null ">
            and applicant_user_id like concat('%',#{query.userId},'%')
        </if>
        order by approval_time desc
    </select>
</mapper>