|
@@ -29,6 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="district" column="district"/>
|
|
<result property="district" column="district"/>
|
|
|
<result property="jobType" column="job_type"/>
|
|
<result property="jobType" column="job_type"/>
|
|
|
<result property="comeWorkTime" column="come_work_time"/>
|
|
<result property="comeWorkTime" column="come_work_time"/>
|
|
|
|
|
+ <result property="projectExperienceJson" column="project_experience_json"/>
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|