|
@@ -35,6 +35,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="minimumEduLabel" column="minimum_edu_label"/>
|
|
<result property="minimumEduLabel" column="minimum_edu_label"/>
|
|
|
<result property="workingYearsLabel" column="working_years_label"/>
|
|
<result property="workingYearsLabel" column="working_years_label"/>
|
|
|
<result property="companyName" column="company_name"/>
|
|
<result property="companyName" column="company_name"/>
|
|
|
|
|
+ <result property="pushTime" column="push_time"/>
|
|
|
|
|
+ <result property="linkMan" column="link_man"/>
|
|
|
|
|
+ <result property="linkTel" column="link_tel"/>
|
|
|
|
|
+ <result property="pushMan" column="push_man"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
<select id="queryRecruitNeedsList" parameterType="com.zhongzheng.modules.recruit.bo.RecruitNeedsQueryBo" resultMap="RecruitNeedsResult">
|
|
<select id="queryRecruitNeedsList" parameterType="com.zhongzheng.modules.recruit.bo.RecruitNeedsQueryBo" resultMap="RecruitNeedsResult">
|