|
@@ -2,52 +2,53 @@
|
|
|
<!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="INTEGER" 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="VARCHAR" property="occupationalCategory"/>
|
|
|
- <result column="OccupationalLevel" jdbcType="INTEGER" property="occupationalLevel"/>
|
|
|
- <result column="Longitude" jdbcType="VARCHAR" property="longitude"/>
|
|
|
- <result column="Latitude" jdbcType="VARCHAR" property="latitude"/>
|
|
|
+ <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="INTEGER" 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="FinishDate" jdbcType="VARCHAR" property="finishDate" />
|
|
|
+ <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="VARCHAR" property="occupationalCategory" />
|
|
|
+ <result column="OccupationalLevel" jdbcType="INTEGER" property="occupationalLevel" />
|
|
|
+ <result column="Longitude" jdbcType="VARCHAR" property="longitude" />
|
|
|
+ <result column="Latitude" jdbcType="VARCHAR" property="latitude" />
|
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
|
<where>
|
|
@@ -108,14 +109,13 @@
|
|
|
</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, SocialSecurityCard,
|
|
|
- FinishSchool, Profession, NativePlace, IsFullTime, OccupationalCategory, OccupationalLevel,
|
|
|
- Longitude, Latitude
|
|
|
+ FinishSchool, FinishDate, Profession, NativePlace, IsFullTime, OccupationalCategory,
|
|
|
+ OccupationalLevel, Longitude, Latitude
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.hz.employmentsite.model.PcJobuserExample" resultMap="BaseResultMap">
|
|
|
select
|
|
@@ -148,38 +148,38 @@
|
|
|
</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, SocialSecurityCard, FinishSchool,
|
|
|
- Profession, NativePlace, IsFullTime,
|
|
|
- OccupationalCategory, OccupationalLevel,
|
|
|
- Longitude, Latitude)
|
|
|
- values (#{jobuserID,jdbcType=VARCHAR}, #{siteID,jdbcType=VARCHAR}, #{identityNumber,jdbcType=VARCHAR},
|
|
|
- #{name,jdbcType=VARCHAR}, #{pyName,jdbcType=VARCHAR}, #{engName,jdbcType=VARCHAR},
|
|
|
- #{sex,jdbcType=INTEGER}, #{nation,jdbcType=INTEGER}, #{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=INTEGER},
|
|
|
- #{occupationalCategory,jdbcType=VARCHAR}, #{occupationalLevel,jdbcType=INTEGER},
|
|
|
- #{longitude,jdbcType=VARCHAR}, #{latitude,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,
|
|
|
+ FinishDate, Profession, NativePlace,
|
|
|
+ IsFullTime, OccupationalCategory, OccupationalLevel,
|
|
|
+ Longitude, Latitude)
|
|
|
+ values (#{jobuserID,jdbcType=VARCHAR}, #{siteID,jdbcType=VARCHAR}, #{identityNumber,jdbcType=VARCHAR},
|
|
|
+ #{name,jdbcType=VARCHAR}, #{pyName,jdbcType=VARCHAR}, #{engName,jdbcType=VARCHAR},
|
|
|
+ #{sex,jdbcType=INTEGER}, #{nation,jdbcType=INTEGER}, #{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},
|
|
|
+ #{finishDate,jdbcType=VARCHAR}, #{profession,jdbcType=VARCHAR}, #{nativePlace,jdbcType=VARCHAR},
|
|
|
+ #{isFullTime,jdbcType=INTEGER}, #{occupationalCategory,jdbcType=VARCHAR}, #{occupationalLevel,jdbcType=INTEGER},
|
|
|
+ #{longitude,jdbcType=VARCHAR}, #{latitude,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.hz.employmentsite.model.PcJobuser">
|
|
|
insert into pc_jobuser
|
|
@@ -301,6 +301,9 @@
|
|
|
<if test="finishSchool != null">
|
|
|
FinishSchool,
|
|
|
</if>
|
|
|
+ <if test="finishDate != null">
|
|
|
+ FinishDate,
|
|
|
+ </if>
|
|
|
<if test="profession != null">
|
|
|
Profession,
|
|
|
</if>
|
|
@@ -441,6 +444,9 @@
|
|
|
<if test="finishSchool != null">
|
|
|
#{finishSchool,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="finishDate != null">
|
|
|
+ #{finishDate,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="profession != null">
|
|
|
#{profession,jdbcType=VARCHAR},
|
|
|
</if>
|
|
@@ -590,6 +596,9 @@
|
|
|
<if test="row.finishSchool != null">
|
|
|
FinishSchool = #{row.finishSchool,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="row.finishDate != null">
|
|
|
+ FinishDate = #{row.finishDate,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="row.profession != null">
|
|
|
Profession = #{row.profession,jdbcType=VARCHAR},
|
|
|
</if>
|
|
@@ -619,51 +628,52 @@
|
|
|
<update id="updateByExample" parameterType="map">
|
|
|
update pc_jobuser
|
|
|
set JobuserID = #{row.jobuserID,jdbcType=VARCHAR},
|
|
|
- SiteID = #{row.siteID,jdbcType=VARCHAR},
|
|
|
- IdentityNumber = #{row.identityNumber,jdbcType=VARCHAR},
|
|
|
- Name = #{row.name,jdbcType=VARCHAR},
|
|
|
- PyName = #{row.pyName,jdbcType=VARCHAR},
|
|
|
- EngName = #{row.engName,jdbcType=VARCHAR},
|
|
|
- Sex = #{row.sex,jdbcType=INTEGER},
|
|
|
- Nation = #{row.nation,jdbcType=INTEGER},
|
|
|
- PoliticsStatusID = #{row.politicsStatusID,jdbcType=INTEGER},
|
|
|
- Birthplace = #{row.birthplace,jdbcType=VARCHAR},
|
|
|
- BirthDay = #{row.birthDay,jdbcType=TIMESTAMP},
|
|
|
- FamilyNatureID = #{row.familyNatureID,jdbcType=INTEGER},
|
|
|
- CultureRank = #{row.cultureRank,jdbcType=INTEGER},
|
|
|
- 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},
|
|
|
- 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=VARCHAR},
|
|
|
- OccupationalLevel = #{row.occupationalLevel,jdbcType=INTEGER},
|
|
|
- Longitude = #{row.longitude,jdbcType=VARCHAR},
|
|
|
- Latitude = #{row.latitude,jdbcType=VARCHAR}
|
|
|
+ SiteID = #{row.siteID,jdbcType=VARCHAR},
|
|
|
+ IdentityNumber = #{row.identityNumber,jdbcType=VARCHAR},
|
|
|
+ Name = #{row.name,jdbcType=VARCHAR},
|
|
|
+ PyName = #{row.pyName,jdbcType=VARCHAR},
|
|
|
+ EngName = #{row.engName,jdbcType=VARCHAR},
|
|
|
+ Sex = #{row.sex,jdbcType=INTEGER},
|
|
|
+ Nation = #{row.nation,jdbcType=INTEGER},
|
|
|
+ PoliticsStatusID = #{row.politicsStatusID,jdbcType=INTEGER},
|
|
|
+ Birthplace = #{row.birthplace,jdbcType=VARCHAR},
|
|
|
+ BirthDay = #{row.birthDay,jdbcType=TIMESTAMP},
|
|
|
+ FamilyNatureID = #{row.familyNatureID,jdbcType=INTEGER},
|
|
|
+ CultureRank = #{row.cultureRank,jdbcType=INTEGER},
|
|
|
+ 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},
|
|
|
+ SocialSecurityCard = #{row.socialSecurityCard,jdbcType=VARCHAR},
|
|
|
+ FinishSchool = #{row.finishSchool,jdbcType=VARCHAR},
|
|
|
+ FinishDate = #{row.finishDate,jdbcType=VARCHAR},
|
|
|
+ Profession = #{row.profession,jdbcType=VARCHAR},
|
|
|
+ NativePlace = #{row.nativePlace,jdbcType=VARCHAR},
|
|
|
+ IsFullTime = #{row.isFullTime,jdbcType=INTEGER},
|
|
|
+ OccupationalCategory = #{row.occupationalCategory,jdbcType=VARCHAR},
|
|
|
+ OccupationalLevel = #{row.occupationalLevel,jdbcType=INTEGER},
|
|
|
+ Longitude = #{row.longitude,jdbcType=VARCHAR},
|
|
|
+ Latitude = #{row.latitude,jdbcType=VARCHAR}
|
|
|
<if test="example != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
@@ -785,6 +795,9 @@
|
|
|
<if test="finishSchool != null">
|
|
|
FinishSchool = #{finishSchool,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="finishDate != null">
|
|
|
+ FinishDate = #{finishDate,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="profession != null">
|
|
|
Profession = #{profession,jdbcType=VARCHAR},
|
|
|
</if>
|
|
@@ -811,51 +824,52 @@
|
|
|
</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=INTEGER},
|
|
|
- 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=VARCHAR},
|
|
|
- OccupationalLevel = #{occupationalLevel,jdbcType=INTEGER},
|
|
|
- Longitude = #{longitude,jdbcType=VARCHAR},
|
|
|
- Latitude = #{latitude,jdbcType=VARCHAR}
|
|
|
+ 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=INTEGER},
|
|
|
+ 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},
|
|
|
+ FinishDate = #{finishDate,jdbcType=VARCHAR},
|
|
|
+ Profession = #{profession,jdbcType=VARCHAR},
|
|
|
+ NativePlace = #{nativePlace,jdbcType=VARCHAR},
|
|
|
+ IsFullTime = #{isFullTime,jdbcType=INTEGER},
|
|
|
+ OccupationalCategory = #{occupationalCategory,jdbcType=VARCHAR},
|
|
|
+ OccupationalLevel = #{occupationalLevel,jdbcType=INTEGER},
|
|
|
+ Longitude = #{longitude,jdbcType=VARCHAR},
|
|
|
+ Latitude = #{latitude,jdbcType=VARCHAR}
|
|
|
where JobuserID = #{jobuserID,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper>
|