From 2a064ad812c2b053b22f0f46e7a6f6f19d1e9ee9 Mon Sep 17 00:00:00 2001 From: "577732344@qq.com" <577732344@qq.com> Date: Wed, 24 Sep 2025 13:21:08 +0800 Subject: [PATCH] publish --- .../src/main/resources/mapper/app/CompanyCollectionMapper.xml | 2 +- .../src/main/resources/mapper/app/JobCollectionMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/CompanyCollectionMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/CompanyCollectionMapper.xml index fb31d7b..d9cf268 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/CompanyCollectionMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/CompanyCollectionMapper.xml @@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" from company where del_flag = '0' and company_id in (SELECT DISTINCT (company_id) - FROM qd.company_collection + FROM company_collection where del_flag = 0 and user_id = #{userId} order by create_time desc) diff --git a/ruoyi-bussiness/src/main/resources/mapper/app/JobCollectionMapper.xml b/ruoyi-bussiness/src/main/resources/mapper/app/JobCollectionMapper.xml index 613465d..f49230a 100644 --- a/ruoyi-bussiness/src/main/resources/mapper/app/JobCollectionMapper.xml +++ b/ruoyi-bussiness/src/main/resources/mapper/app/JobCollectionMapper.xml @@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" where del_flag = '0' and is_publish = 1 and job_id in (SELECT DISTINCT (job_id) - FROM qd.job_collection + FROM job_collection where del_flag = '0' and user_id = #{userId} order by create_time desc)