无关风月
昨天 995293880f5ca5c05ca94e53f5dac213b0155e3a
ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationsMapper.xml
@@ -27,5 +27,12 @@
    <sql id="Base_Column_List">
        id, application_code, approval_id, applicant_user_id, applicant_name, dept_id, dept_name, application_date, application_reason, approval_status, attachment_url, current_flow_node_id, create_time, create_by, update_time, update_by, disabled
    </sql>
    <select id="pageListAudit" resultType="com.ruoyi.system.model.OaApprovalApplications">
        select * from oa_approval_applications
        where 1=1
        <if test="query.userId != null ">
            and applicant_user_id like concat('%',#{query.userId},'%')
        </if>
    </select>
</mapper>