Browse Source

删除错误筛选条件 mde_job_fair.enterprise_id

DESKTOP-VAEGFGM\zqc 8 months ago
parent
commit
bb0fafab7a

+ 0 - 1
menduner/menduner-system-biz/src/main/resources/mapper/job/JobFairDetailMapper.xml

@@ -106,7 +106,6 @@
 
            <if test="reqVO.enterpriseId != null and 0!=reqVO.enterpriseId">
                and e.id = #{reqVO.enterpriseId}
-               and f.enterprise_id = #{reqVO.enterpriseId}
            </if>
            <if test="reqVO.jobFairId != null and 0!=reqVO.jobFairId ">
                and f.id = #{reqVO.jobFairId}