change 4 سال پیش
والد
کامیت
27503a74ef
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/recruit/RecruitCompanyMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/recruit/RecruitCompanyMapper.xml

@@ -112,7 +112,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         SELECT * FROM v_tenant_company where status = 1
             <if test="status!=null">and status=#{status}</if>
             <if test="companyId!=null">and company_id=#{companyId} </if>
-            <if test="companyName!=null">and tenant_name like concat('%', #{companyName}, '%')</if>
+            <if test="companyName!=null">and company_name like concat('%', #{companyName}, '%')</if>
             <if test="companyTypeId!=null">and company_type_id=#{companyTypeId}</if>
             <if test="companySizeId!=null">and company_size_id=#{companySizeId}</if>
             <if test="industryTypeId!=null">and industry_type_id=#{industryTypeId}</if>