|
@@ -2,43 +2,50 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="com.hz.employmentsite.mapper.PcJobuserMapper">
|
|
|
<resultMap id="BaseResultMap" type="com.hz.employmentsite.model.PcJobuser">
|
|
|
- <id column="JobuserID" jdbcType="VARCHAR" property="jobuserID" />
|
|
|
- <result column="SiteID" jdbcType="VARCHAR" property="siteID" />
|
|
|
- <result column="IdentityNumber" jdbcType="VARCHAR" property="identityNumber" />
|
|
|
- <result column="Name" jdbcType="VARCHAR" property="name" />
|
|
|
- <result column="PyName" jdbcType="VARCHAR" property="pyName" />
|
|
|
- <result column="EngName" jdbcType="VARCHAR" property="engName" />
|
|
|
- <result column="Sex" jdbcType="INTEGER" property="sex" />
|
|
|
- <result column="Nation" jdbcType="VARCHAR" property="nation" />
|
|
|
- <result column="PoliticsStatusID" jdbcType="INTEGER" property="politicsStatusID" />
|
|
|
- <result column="Birthplace" jdbcType="VARCHAR" property="birthplace" />
|
|
|
- <result column="BirthDay" jdbcType="TIMESTAMP" property="birthDay" />
|
|
|
- <result column="FamilyNatureID" jdbcType="INTEGER" property="familyNatureID" />
|
|
|
- <result column="CultureRank" jdbcType="INTEGER" property="cultureRank" />
|
|
|
- <result column="HealthID" jdbcType="INTEGER" property="healthID" />
|
|
|
- <result column="BloodTypeID" jdbcType="INTEGER" property="bloodTypeID" />
|
|
|
- <result column="Height" jdbcType="VARCHAR" property="height" />
|
|
|
- <result column="Vision" jdbcType="VARCHAR" property="vision" />
|
|
|
- <result column="Weight" jdbcType="VARCHAR" property="weight" />
|
|
|
- <result column="MaritalStatusID" jdbcType="INTEGER" property="maritalStatusID" />
|
|
|
- <result column="ProvinceCode" jdbcType="VARCHAR" property="provinceCode" />
|
|
|
- <result column="RegionCode" jdbcType="VARCHAR" property="regionCode" />
|
|
|
- <result column="StreetCode" jdbcType="VARCHAR" property="streetCode" />
|
|
|
- <result column="UserName" jdbcType="VARCHAR" property="userName" />
|
|
|
- <result column="UserMobile" jdbcType="VARCHAR" property="userMobile" />
|
|
|
- <result column="Address" jdbcType="VARCHAR" property="address" />
|
|
|
- <result column="FamilyAddress" jdbcType="VARCHAR" property="familyAddress" />
|
|
|
- <result column="PostalCode" jdbcType="VARCHAR" property="postalCode" />
|
|
|
- <result column="Email" jdbcType="VARCHAR" property="email" />
|
|
|
- <result column="Hobby" jdbcType="VARCHAR" property="hobby" />
|
|
|
- <result column="JobStatusID" jdbcType="INTEGER" property="jobStatusID" />
|
|
|
- <result column="KeyPersonTypeID" jdbcType="INTEGER" property="keyPersonTypeID" />
|
|
|
- <result column="PersonalSkills" jdbcType="VARCHAR" property="personalSkills" />
|
|
|
- <result column="CreateUserID" jdbcType="VARCHAR" property="createUserID" />
|
|
|
- <result column="CreateTime" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
- <result column="ModifyUserID" jdbcType="VARCHAR" property="modifyUserID" />
|
|
|
- <result column="ModifyTime" jdbcType="TIMESTAMP" property="modifyTime" />
|
|
|
- <result column="openId" jdbcType="VARCHAR" property="openId" />
|
|
|
+ <id column="JobuserID" jdbcType="VARCHAR" property="jobuserID"/>
|
|
|
+ <result column="SiteID" jdbcType="VARCHAR" property="siteID"/>
|
|
|
+ <result column="IdentityNumber" jdbcType="VARCHAR" property="identityNumber"/>
|
|
|
+ <result column="Name" jdbcType="VARCHAR" property="name"/>
|
|
|
+ <result column="PyName" jdbcType="VARCHAR" property="pyName"/>
|
|
|
+ <result column="EngName" jdbcType="VARCHAR" property="engName"/>
|
|
|
+ <result column="Sex" jdbcType="INTEGER" property="sex"/>
|
|
|
+ <result column="Nation" jdbcType="VARCHAR" property="nation"/>
|
|
|
+ <result column="PoliticsStatusID" jdbcType="INTEGER" property="politicsStatusID"/>
|
|
|
+ <result column="Birthplace" jdbcType="VARCHAR" property="birthplace"/>
|
|
|
+ <result column="BirthDay" jdbcType="TIMESTAMP" property="birthDay"/>
|
|
|
+ <result column="FamilyNatureID" jdbcType="INTEGER" property="familyNatureID"/>
|
|
|
+ <result column="CultureRank" jdbcType="INTEGER" property="cultureRank"/>
|
|
|
+ <result column="HealthID" jdbcType="INTEGER" property="healthID"/>
|
|
|
+ <result column="BloodTypeID" jdbcType="INTEGER" property="bloodTypeID"/>
|
|
|
+ <result column="Height" jdbcType="VARCHAR" property="height"/>
|
|
|
+ <result column="Vision" jdbcType="VARCHAR" property="vision"/>
|
|
|
+ <result column="Weight" jdbcType="VARCHAR" property="weight"/>
|
|
|
+ <result column="MaritalStatusID" jdbcType="INTEGER" property="maritalStatusID"/>
|
|
|
+ <result column="ProvinceCode" jdbcType="VARCHAR" property="provinceCode"/>
|
|
|
+ <result column="RegionCode" jdbcType="VARCHAR" property="regionCode"/>
|
|
|
+ <result column="StreetCode" jdbcType="VARCHAR" property="streetCode"/>
|
|
|
+ <result column="UserName" jdbcType="VARCHAR" property="userName"/>
|
|
|
+ <result column="UserMobile" jdbcType="VARCHAR" property="userMobile"/>
|
|
|
+ <result column="Address" jdbcType="VARCHAR" property="address"/>
|
|
|
+ <result column="FamilyAddress" jdbcType="VARCHAR" property="familyAddress"/>
|
|
|
+ <result column="PostalCode" jdbcType="VARCHAR" property="postalCode"/>
|
|
|
+ <result column="Email" jdbcType="VARCHAR" property="email"/>
|
|
|
+ <result column="Hobby" jdbcType="VARCHAR" property="hobby"/>
|
|
|
+ <result column="JobStatusID" jdbcType="INTEGER" property="jobStatusID"/>
|
|
|
+ <result column="KeyPersonTypeID" jdbcType="INTEGER" property="keyPersonTypeID"/>
|
|
|
+ <result column="PersonalSkills" jdbcType="VARCHAR" property="personalSkills"/>
|
|
|
+ <result column="CreateUserID" jdbcType="VARCHAR" property="createUserID"/>
|
|
|
+ <result column="CreateTime" jdbcType="TIMESTAMP" property="createTime"/>
|
|
|
+ <result column="ModifyUserID" jdbcType="VARCHAR" property="modifyUserID"/>
|
|
|
+ <result column="ModifyTime" jdbcType="TIMESTAMP" property="modifyTime"/>
|
|
|
+ <result column="openId" jdbcType="VARCHAR" property="openId"/>
|
|
|
+ <result column="SocialSecurityCard" jdbcType="VARCHAR" property="socialSecurityCard"/>
|
|
|
+ <result column="FinishSchool" jdbcType="VARCHAR" property="finishSchool"/>
|
|
|
+ <result column="Profession" jdbcType="VARCHAR" property="profession"/>
|
|
|
+ <result column="NativePlace" jdbcType="VARCHAR" property="nativePlace"/>
|
|
|
+ <result column="IsFullTime" jdbcType="INTEGER" property="isFullTime"/>
|
|
|
+ <result column="OccupationalCategory" jdbcType="INTEGER" property="occupationalCategory"/>
|
|
|
+ <result column="OccupationalLevel" jdbcType="INTEGER" property="occupationalLevel"/>
|
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
|
<where>
|
|
@@ -99,11 +106,14 @@
|
|
|
</where>
|
|
|
</sql>
|
|
|
<sql id="Base_Column_List">
|
|
|
- JobuserID, SiteID, IdentityNumber, Name, PyName, EngName, Sex, Nation, PoliticsStatusID,
|
|
|
+ JobuserID
|
|
|
+ , SiteID, IdentityNumber, Name, PyName, EngName, Sex, Nation, PoliticsStatusID,
|
|
|
Birthplace, BirthDay, FamilyNatureID, CultureRank, HealthID, BloodTypeID, Height,
|
|
|
Vision, Weight, MaritalStatusID, ProvinceCode, RegionCode, StreetCode, UserName,
|
|
|
UserMobile, Address, FamilyAddress, PostalCode, Email, Hobby, JobStatusID, KeyPersonTypeID,
|
|
|
- PersonalSkills, CreateUserID, CreateTime, ModifyUserID, ModifyTime, openId
|
|
|
+ PersonalSkills, CreateUserID, CreateTime, ModifyUserID, ModifyTime, openId,
|
|
|
+ SocialSecurityCard,FinishSchool,Profession,NativePlace,
|
|
|
+ IsFullTime,OccupationalCategory,OccupationalLevel
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.hz.employmentsite.model.PcJobuserExample" resultMap="BaseResultMap">
|
|
|
select
|
|
@@ -136,32 +146,36 @@
|
|
|
</if>
|
|
|
</delete>
|
|
|
<insert id="insert" parameterType="com.hz.employmentsite.model.PcJobuser">
|
|
|
- insert into pc_jobuser (JobuserID, SiteID, IdentityNumber,
|
|
|
- Name, PyName, EngName,
|
|
|
- Sex, Nation, PoliticsStatusID,
|
|
|
- Birthplace, BirthDay, FamilyNatureID,
|
|
|
- CultureRank, HealthID, BloodTypeID,
|
|
|
- Height, Vision, Weight,
|
|
|
- MaritalStatusID, ProvinceCode, RegionCode,
|
|
|
- StreetCode, UserName, UserMobile,
|
|
|
- Address, FamilyAddress, PostalCode,
|
|
|
- Email, Hobby, JobStatusID,
|
|
|
- KeyPersonTypeID, PersonalSkills, CreateUserID,
|
|
|
- CreateTime, ModifyUserID, ModifyTime,
|
|
|
- openId)
|
|
|
- values (#{jobuserID,jdbcType=VARCHAR}, #{siteID,jdbcType=VARCHAR}, #{identityNumber,jdbcType=VARCHAR},
|
|
|
- #{name,jdbcType=VARCHAR}, #{pyName,jdbcType=VARCHAR}, #{engName,jdbcType=VARCHAR},
|
|
|
- #{sex,jdbcType=INTEGER}, #{nation,jdbcType=VARCHAR}, #{politicsStatusID,jdbcType=INTEGER},
|
|
|
- #{birthplace,jdbcType=VARCHAR}, #{birthDay,jdbcType=TIMESTAMP}, #{familyNatureID,jdbcType=INTEGER},
|
|
|
- #{cultureRank,jdbcType=INTEGER}, #{healthID,jdbcType=INTEGER}, #{bloodTypeID,jdbcType=INTEGER},
|
|
|
- #{height,jdbcType=VARCHAR}, #{vision,jdbcType=VARCHAR}, #{weight,jdbcType=VARCHAR},
|
|
|
- #{maritalStatusID,jdbcType=INTEGER}, #{provinceCode,jdbcType=VARCHAR}, #{regionCode,jdbcType=VARCHAR},
|
|
|
- #{streetCode,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR}, #{userMobile,jdbcType=VARCHAR},
|
|
|
- #{address,jdbcType=VARCHAR}, #{familyAddress,jdbcType=VARCHAR}, #{postalCode,jdbcType=VARCHAR},
|
|
|
- #{email,jdbcType=VARCHAR}, #{hobby,jdbcType=VARCHAR}, #{jobStatusID,jdbcType=INTEGER},
|
|
|
- #{keyPersonTypeID,jdbcType=INTEGER}, #{personalSkills,jdbcType=VARCHAR}, #{createUserID,jdbcType=VARCHAR},
|
|
|
- #{createTime,jdbcType=TIMESTAMP}, #{modifyUserID,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP},
|
|
|
- #{openId,jdbcType=VARCHAR})
|
|
|
+ insert into pc_jobuser (JobuserID, SiteID, IdentityNumber,
|
|
|
+ Name, PyName, EngName,
|
|
|
+ Sex, Nation, PoliticsStatusID,
|
|
|
+ Birthplace, BirthDay, FamilyNatureID,
|
|
|
+ CultureRank, HealthID, BloodTypeID,
|
|
|
+ Height, Vision, Weight,
|
|
|
+ MaritalStatusID, ProvinceCode, RegionCode,
|
|
|
+ StreetCode, UserName, UserMobile,
|
|
|
+ Address, FamilyAddress, PostalCode,
|
|
|
+ Email, Hobby, JobStatusID,
|
|
|
+ KeyPersonTypeID, PersonalSkills, CreateUserID,
|
|
|
+ CreateTime, ModifyUserID, ModifyTime,
|
|
|
+ openId, SocialSecurityCard, FinishSchool,
|
|
|
+ Profession, NativePlace, IsFullTime,
|
|
|
+ OccupationalCategory, OccupationalLevel)
|
|
|
+ values (#{jobuserID,jdbcType=VARCHAR}, #{siteID,jdbcType=VARCHAR}, #{identityNumber,jdbcType=VARCHAR},
|
|
|
+ #{name,jdbcType=VARCHAR}, #{pyName,jdbcType=VARCHAR}, #{engName,jdbcType=VARCHAR},
|
|
|
+ #{sex,jdbcType=INTEGER}, #{nation,jdbcType=VARCHAR}, #{politicsStatusID,jdbcType=INTEGER},
|
|
|
+ #{birthplace,jdbcType=VARCHAR}, #{birthDay,jdbcType=TIMESTAMP}, #{familyNatureID,jdbcType=INTEGER},
|
|
|
+ #{cultureRank,jdbcType=INTEGER}, #{healthID,jdbcType=INTEGER}, #{bloodTypeID,jdbcType=INTEGER},
|
|
|
+ #{height,jdbcType=VARCHAR}, #{vision,jdbcType=VARCHAR}, #{weight,jdbcType=VARCHAR},
|
|
|
+ #{maritalStatusID,jdbcType=INTEGER}, #{provinceCode,jdbcType=VARCHAR}, #{regionCode,jdbcType=VARCHAR},
|
|
|
+ #{streetCode,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR}, #{userMobile,jdbcType=VARCHAR},
|
|
|
+ #{address,jdbcType=VARCHAR}, #{familyAddress,jdbcType=VARCHAR}, #{postalCode,jdbcType=VARCHAR},
|
|
|
+ #{email,jdbcType=VARCHAR}, #{hobby,jdbcType=VARCHAR}, #{jobStatusID,jdbcType=INTEGER},
|
|
|
+ #{keyPersonTypeID,jdbcType=INTEGER}, #{personalSkills,jdbcType=VARCHAR}, #{createUserID,jdbcType=VARCHAR},
|
|
|
+ #{createTime,jdbcType=TIMESTAMP}, #{modifyUserID,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP},
|
|
|
+ #{openId,jdbcType=VARCHAR}, #{socialSecurityCard,jdbcType=VARCHAR}, #{finishSchool,jdbcType=VARCHAR},
|
|
|
+ #{profession,jdbcType=VARCHAR}, #{nativePlace,jdbcType=VARCHAR}, #{isFullTime,jdbcType=VARCHAR},
|
|
|
+ #{occupationalCategory,jdbcType=VARCHAR}, #{occupationalLevel,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.hz.employmentsite.model.PcJobuser">
|
|
|
insert into pc_jobuser
|
|
@@ -277,6 +291,27 @@
|
|
|
<if test="openId != null">
|
|
|
openId,
|
|
|
</if>
|
|
|
+ <if test="socialSecurityCard != null">
|
|
|
+ SocialSecurityCard,
|
|
|
+ </if>
|
|
|
+ <if test="finishSchool != null">
|
|
|
+ FinishSchool,
|
|
|
+ </if>
|
|
|
+ <if test="profession != null">
|
|
|
+ Profession,
|
|
|
+ </if>
|
|
|
+ <if test="nativePlace != null">
|
|
|
+ NativePlace,
|
|
|
+ </if>
|
|
|
+ <if test="isFullTime != null">
|
|
|
+ IsFullTime,
|
|
|
+ </if>
|
|
|
+ <if test="occupationalCategory != null">
|
|
|
+ OccupationalCategory,
|
|
|
+ </if>
|
|
|
+ <if test="occupationalLevel != null">
|
|
|
+ OccupationalLevel,
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="jobuserID != null">
|
|
@@ -390,6 +425,27 @@
|
|
|
<if test="openId != null">
|
|
|
#{openId,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="socialSecurityCard != null">
|
|
|
+ #{socialSecurityCard,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="finishSchool != null">
|
|
|
+ #{finishSchool,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="profession != null">
|
|
|
+ #{profession,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="nativePlace != null">
|
|
|
+ #{nativePlace,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="isFullTime != null">
|
|
|
+ #{isFullTime,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="occupationalCategory != null">
|
|
|
+ #{occupationalCategory,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="occupationalLevel != null">
|
|
|
+ #{occupationalLevel,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<select id="countByExample" parameterType="com.hz.employmentsite.model.PcJobuserExample" resultType="java.lang.Long">
|
|
@@ -512,6 +568,27 @@
|
|
|
<if test="row.openId != null">
|
|
|
openId = #{row.openId,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="row.socialSecurityCard != null">
|
|
|
+ SocialSecurityCard = #{row.socialSecurityCard,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="row.finishSchool != null">
|
|
|
+ FinishSchool = #{row.finishSchool,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="row.profession != null">
|
|
|
+ Profession = #{row.profession,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="row.nativePlace != null">
|
|
|
+ NativePlace = #{row.nativePlace,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="row.isFullTime != null">
|
|
|
+ IsFullTime = #{row.isFullTime,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="row.occupationalCategory != null">
|
|
|
+ OccupationalCategory = #{row.occupationalCategory,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="row.occupationalLevel != null">
|
|
|
+ OccupationalLevel = #{row.occupationalLevel,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
</set>
|
|
|
<if test="example != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
@@ -535,27 +612,34 @@
|
|
|
HealthID = #{row.healthID,jdbcType=INTEGER},
|
|
|
BloodTypeID = #{row.bloodTypeID,jdbcType=INTEGER},
|
|
|
Height = #{row.height,jdbcType=VARCHAR},
|
|
|
- Vision = #{row.vision,jdbcType=VARCHAR},
|
|
|
- Weight = #{row.weight,jdbcType=VARCHAR},
|
|
|
- MaritalStatusID = #{row.maritalStatusID,jdbcType=INTEGER},
|
|
|
- ProvinceCode = #{row.provinceCode,jdbcType=VARCHAR},
|
|
|
- RegionCode = #{row.regionCode,jdbcType=VARCHAR},
|
|
|
- StreetCode = #{row.streetCode,jdbcType=VARCHAR},
|
|
|
- UserName = #{row.userName,jdbcType=VARCHAR},
|
|
|
- UserMobile = #{row.userMobile,jdbcType=VARCHAR},
|
|
|
- Address = #{row.address,jdbcType=VARCHAR},
|
|
|
- FamilyAddress = #{row.familyAddress,jdbcType=VARCHAR},
|
|
|
- PostalCode = #{row.postalCode,jdbcType=VARCHAR},
|
|
|
- Email = #{row.email,jdbcType=VARCHAR},
|
|
|
- Hobby = #{row.hobby,jdbcType=VARCHAR},
|
|
|
- JobStatusID = #{row.jobStatusID,jdbcType=INTEGER},
|
|
|
- KeyPersonTypeID = #{row.keyPersonTypeID,jdbcType=INTEGER},
|
|
|
- PersonalSkills = #{row.personalSkills,jdbcType=VARCHAR},
|
|
|
- CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
|
|
|
- CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
- ModifyUserID = #{row.modifyUserID,jdbcType=VARCHAR},
|
|
|
- ModifyTime = #{row.modifyTime,jdbcType=TIMESTAMP},
|
|
|
- openId = #{row.openId,jdbcType=VARCHAR}
|
|
|
+ Vision = #{row.vision,jdbcType=VARCHAR},
|
|
|
+ Weight = #{row.weight,jdbcType=VARCHAR},
|
|
|
+ MaritalStatusID = #{row.maritalStatusID,jdbcType=INTEGER},
|
|
|
+ ProvinceCode = #{row.provinceCode,jdbcType=VARCHAR},
|
|
|
+ RegionCode = #{row.regionCode,jdbcType=VARCHAR},
|
|
|
+ StreetCode = #{row.streetCode,jdbcType=VARCHAR},
|
|
|
+ UserName = #{row.userName,jdbcType=VARCHAR},
|
|
|
+ UserMobile = #{row.userMobile,jdbcType=VARCHAR},
|
|
|
+ Address = #{row.address,jdbcType=VARCHAR},
|
|
|
+ FamilyAddress = #{row.familyAddress,jdbcType=VARCHAR},
|
|
|
+ PostalCode = #{row.postalCode,jdbcType=VARCHAR},
|
|
|
+ Email = #{row.email,jdbcType=VARCHAR},
|
|
|
+ Hobby = #{row.hobby,jdbcType=VARCHAR},
|
|
|
+ JobStatusID = #{row.jobStatusID,jdbcType=INTEGER},
|
|
|
+ KeyPersonTypeID = #{row.keyPersonTypeID,jdbcType=INTEGER},
|
|
|
+ PersonalSkills = #{row.personalSkills,jdbcType=VARCHAR},
|
|
|
+ CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
|
|
|
+ CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
|
|
|
+ ModifyUserID = #{row.modifyUserID,jdbcType=VARCHAR},
|
|
|
+ ModifyTime = #{row.modifyTime,jdbcType=TIMESTAMP},
|
|
|
+ openId = #{row.openId,jdbcType=VARCHAR},
|
|
|
+ SocialSecurityCard = #{row.socialSecurityCard,jdbcType=VARCHAR},
|
|
|
+ FinishSchool = #{row.finishSchool,jdbcType=VARCHAR},
|
|
|
+ Profession = #{row.profession,jdbcType=VARCHAR},
|
|
|
+ NativePlace = #{row.nativePlace,jdbcType=VARCHAR},
|
|
|
+ IsFullTime = #{row.isFullTime,jdbcType=INTEGER},
|
|
|
+ OccupationalCategory = #{row.occupationalCategory,jdbcType=INTEGER},
|
|
|
+ OccupationalLevel = #{row.occupationalLevel,jdbcType=INTEGER}
|
|
|
<if test="example != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
@@ -671,47 +755,75 @@
|
|
|
<if test="openId != null">
|
|
|
openId = #{openId,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="socialSecurityCard != null">
|
|
|
+ SocialSecurityCard = #{socialSecurityCard,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="finishSchool != null">
|
|
|
+ FinishSchool = #{finishSchool,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="profession != null">
|
|
|
+ Profession = #{profession,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="nativePlace != null">
|
|
|
+ NativePlace = #{nativePlace,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="isFullTime != null">
|
|
|
+ IsFullTime = #{isFullTime,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="occupationalCategory != null">
|
|
|
+ OccupationalCategory = #{occupationalCategory,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="occupationalLevel != null">
|
|
|
+ OccupationalLevel = #{occupationalLevel,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
</set>
|
|
|
where JobuserID = #{jobuserID,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.hz.employmentsite.model.PcJobuser">
|
|
|
update pc_jobuser
|
|
|
set SiteID = #{siteID,jdbcType=VARCHAR},
|
|
|
- IdentityNumber = #{identityNumber,jdbcType=VARCHAR},
|
|
|
- Name = #{name,jdbcType=VARCHAR},
|
|
|
- PyName = #{pyName,jdbcType=VARCHAR},
|
|
|
- EngName = #{engName,jdbcType=VARCHAR},
|
|
|
- Sex = #{sex,jdbcType=INTEGER},
|
|
|
- Nation = #{nation,jdbcType=VARCHAR},
|
|
|
- PoliticsStatusID = #{politicsStatusID,jdbcType=INTEGER},
|
|
|
- Birthplace = #{birthplace,jdbcType=VARCHAR},
|
|
|
- BirthDay = #{birthDay,jdbcType=TIMESTAMP},
|
|
|
- FamilyNatureID = #{familyNatureID,jdbcType=INTEGER},
|
|
|
- CultureRank = #{cultureRank,jdbcType=INTEGER},
|
|
|
- HealthID = #{healthID,jdbcType=INTEGER},
|
|
|
- BloodTypeID = #{bloodTypeID,jdbcType=INTEGER},
|
|
|
- Height = #{height,jdbcType=VARCHAR},
|
|
|
- Vision = #{vision,jdbcType=VARCHAR},
|
|
|
- Weight = #{weight,jdbcType=VARCHAR},
|
|
|
- MaritalStatusID = #{maritalStatusID,jdbcType=INTEGER},
|
|
|
- ProvinceCode = #{provinceCode,jdbcType=VARCHAR},
|
|
|
- RegionCode = #{regionCode,jdbcType=VARCHAR},
|
|
|
- StreetCode = #{streetCode,jdbcType=VARCHAR},
|
|
|
- UserName = #{userName,jdbcType=VARCHAR},
|
|
|
- UserMobile = #{userMobile,jdbcType=VARCHAR},
|
|
|
- Address = #{address,jdbcType=VARCHAR},
|
|
|
- FamilyAddress = #{familyAddress,jdbcType=VARCHAR},
|
|
|
- PostalCode = #{postalCode,jdbcType=VARCHAR},
|
|
|
- Email = #{email,jdbcType=VARCHAR},
|
|
|
- Hobby = #{hobby,jdbcType=VARCHAR},
|
|
|
- JobStatusID = #{jobStatusID,jdbcType=INTEGER},
|
|
|
- KeyPersonTypeID = #{keyPersonTypeID,jdbcType=INTEGER},
|
|
|
- PersonalSkills = #{personalSkills,jdbcType=VARCHAR},
|
|
|
- CreateUserID = #{createUserID,jdbcType=VARCHAR},
|
|
|
- CreateTime = #{createTime,jdbcType=TIMESTAMP},
|
|
|
- ModifyUserID = #{modifyUserID,jdbcType=VARCHAR},
|
|
|
- ModifyTime = #{modifyTime,jdbcType=TIMESTAMP},
|
|
|
- openId = #{openId,jdbcType=VARCHAR}
|
|
|
+ IdentityNumber = #{identityNumber,jdbcType=VARCHAR},
|
|
|
+ Name = #{name,jdbcType=VARCHAR},
|
|
|
+ PyName = #{pyName,jdbcType=VARCHAR},
|
|
|
+ EngName = #{engName,jdbcType=VARCHAR},
|
|
|
+ Sex = #{sex,jdbcType=INTEGER},
|
|
|
+ Nation = #{nation,jdbcType=VARCHAR},
|
|
|
+ PoliticsStatusID = #{politicsStatusID,jdbcType=INTEGER},
|
|
|
+ Birthplace = #{birthplace,jdbcType=VARCHAR},
|
|
|
+ BirthDay = #{birthDay,jdbcType=TIMESTAMP},
|
|
|
+ FamilyNatureID = #{familyNatureID,jdbcType=INTEGER},
|
|
|
+ CultureRank = #{cultureRank,jdbcType=INTEGER},
|
|
|
+ HealthID = #{healthID,jdbcType=INTEGER},
|
|
|
+ BloodTypeID = #{bloodTypeID,jdbcType=INTEGER},
|
|
|
+ Height = #{height,jdbcType=VARCHAR},
|
|
|
+ Vision = #{vision,jdbcType=VARCHAR},
|
|
|
+ Weight = #{weight,jdbcType=VARCHAR},
|
|
|
+ MaritalStatusID = #{maritalStatusID,jdbcType=INTEGER},
|
|
|
+ ProvinceCode = #{provinceCode,jdbcType=VARCHAR},
|
|
|
+ RegionCode = #{regionCode,jdbcType=VARCHAR},
|
|
|
+ StreetCode = #{streetCode,jdbcType=VARCHAR},
|
|
|
+ UserName = #{userName,jdbcType=VARCHAR},
|
|
|
+ UserMobile = #{userMobile,jdbcType=VARCHAR},
|
|
|
+ Address = #{address,jdbcType=VARCHAR},
|
|
|
+ FamilyAddress = #{familyAddress,jdbcType=VARCHAR},
|
|
|
+ PostalCode = #{postalCode,jdbcType=VARCHAR},
|
|
|
+ Email = #{email,jdbcType=VARCHAR},
|
|
|
+ Hobby = #{hobby,jdbcType=VARCHAR},
|
|
|
+ JobStatusID = #{jobStatusID,jdbcType=INTEGER},
|
|
|
+ KeyPersonTypeID = #{keyPersonTypeID,jdbcType=INTEGER},
|
|
|
+ PersonalSkills = #{personalSkills,jdbcType=VARCHAR},
|
|
|
+ CreateUserID = #{createUserID,jdbcType=VARCHAR},
|
|
|
+ CreateTime = #{createTime,jdbcType=TIMESTAMP},
|
|
|
+ ModifyUserID = #{modifyUserID,jdbcType=VARCHAR},
|
|
|
+ ModifyTime = #{modifyTime,jdbcType=TIMESTAMP},
|
|
|
+ openId = #{openId,jdbcType=VARCHAR},
|
|
|
+ SocialSecurityCard = #{socialSecurityCard,jdbcType=VARCHAR},
|
|
|
+ FinishSchool = #{finishSchool,jdbcType=VARCHAR},
|
|
|
+ Profession = #{profession,jdbcType=VARCHAR},
|
|
|
+ NativePlace = #{nativePlace,jdbcType=VARCHAR},
|
|
|
+ IsFullTime = #{isFullTime,jdbcType=INTEGER},
|
|
|
+ OccupationalCategory = #{occupationalCategory,jdbcType=INTEGER},
|
|
|
+ OccupationalLevel = #{occupationalLevel,jdbcType=INTEGER}
|
|
|
where JobuserID = #{jobuserID,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper>
|