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