Parcourir la source

移动端求职接口

wkyy il y a 4 ans
Parent
commit
07d25532e5
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      common/src/main/resources/mapper/job/Recruitment.xml

+ 3 - 0
common/src/main/resources/mapper/job/Recruitment.xml

@@ -33,6 +33,9 @@
 		<result property="delFlag" column="del_flag" />
 		<result property="workCategoryId" column="work_category_id" />
 	</resultMap>
+	<resultMap id="RecruitmentVOMap" type="com.jpsoft.employment.modules.job.entity.RecruitmentVO" extends="RecruitmentMap">
+		<result property="positionName" column="position_name" />
+	</resultMap>
 	<insert id="insert" parameterType="com.jpsoft.employment.modules.job.entity.Recruitment">
 	<!--
 	<selectKey resultType="java.lang.String" order="BEFORE" keyProperty="id">