|
@@ -21,7 +21,7 @@
|
|
|
<result column="PostEmail" jdbcType="VARCHAR" property="postEmail" />
|
|
|
<result column="WorkTime" jdbcType="INTEGER" property="workTime" />
|
|
|
<result column="IsTrail" jdbcType="BIT" property="isTrail" />
|
|
|
- <result column="Trailtime" jdbcType="INTEGER" property="trailtime" />
|
|
|
+ <result column="TrailMonths" jdbcType="INTEGER" property="trailMonths" />
|
|
|
<result column="TrailMaxSalary" jdbcType="DECIMAL" property="trailMaxSalary" />
|
|
|
<result column="TrailMinSalary" jdbcType="DECIMAL" property="trailMinSalary" />
|
|
|
<result column="CreateUserID" jdbcType="VARCHAR" property="createUserID" />
|
|
@@ -97,7 +97,7 @@
|
|
|
<sql id="Base_Column_List">
|
|
|
PostID, WorkCode, WorkName, RecruitCount, CompanyID, PostName, RecordStatus, WorkNature,
|
|
|
ValidDay, WorkYear, CultureRank, MaxSalary, MinSalary, Welfare, UserName, UserMobile,
|
|
|
- PostEmail, WorkTime, IsTrail, Trailtime, TrailMaxSalary, TrailMinSalary, CreateUserID,
|
|
|
+ PostEmail, WorkTime, IsTrail, TrailMonths, TrailMaxSalary, TrailMinSalary, CreateUserID,
|
|
|
CreateTime, ModifyUserID, ModifyTime, ValidTime, StartTime, EndTime, JobPlace
|
|
|
</sql>
|
|
|
<sql id="Blob_Column_List">
|
|
@@ -158,7 +158,7 @@
|
|
|
WorkYear, CultureRank, MaxSalary,
|
|
|
MinSalary, Welfare, UserName,
|
|
|
UserMobile, PostEmail, WorkTime,
|
|
|
- IsTrail, Trailtime, TrailMaxSalary,
|
|
|
+ IsTrail, TrailMonths, TrailMaxSalary,
|
|
|
TrailMinSalary, CreateUserID, CreateTime,
|
|
|
ModifyUserID, ModifyTime, ValidTime,
|
|
|
StartTime, EndTime, JobPlace,
|
|
@@ -169,7 +169,7 @@
|
|
|
#{workYear,jdbcType=INTEGER}, #{cultureRank,jdbcType=INTEGER}, #{maxSalary,jdbcType=DECIMAL},
|
|
|
#{minSalary,jdbcType=DECIMAL}, #{welfare,jdbcType=VARCHAR}, #{userName,jdbcType=VARCHAR},
|
|
|
#{userMobile,jdbcType=VARCHAR}, #{postEmail,jdbcType=VARCHAR}, #{workTime,jdbcType=INTEGER},
|
|
|
- #{isTrail,jdbcType=BIT}, #{trailtime,jdbcType=INTEGER}, #{trailMaxSalary,jdbcType=DECIMAL},
|
|
|
+ #{isTrail,jdbcType=BIT}, #{trailMonths,jdbcType=INTEGER}, #{trailMaxSalary,jdbcType=DECIMAL},
|
|
|
#{trailMinSalary,jdbcType=DECIMAL}, #{createUserID,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
#{modifyUserID,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{validTime,jdbcType=TIMESTAMP},
|
|
|
#{startTime,jdbcType=TIMESTAMP}, #{endTime,jdbcType=TIMESTAMP}, #{jobPlace,jdbcType=VARCHAR},
|
|
@@ -235,8 +235,8 @@
|
|
|
<if test="isTrail != null">
|
|
|
IsTrail,
|
|
|
</if>
|
|
|
- <if test="trailtime != null">
|
|
|
- Trailtime,
|
|
|
+ <if test="trailMonths != null">
|
|
|
+ TrailMonths,
|
|
|
</if>
|
|
|
<if test="trailMaxSalary != null">
|
|
|
TrailMaxSalary,
|
|
@@ -330,8 +330,8 @@
|
|
|
<if test="isTrail != null">
|
|
|
#{isTrail,jdbcType=BIT},
|
|
|
</if>
|
|
|
- <if test="trailtime != null">
|
|
|
- #{trailtime,jdbcType=INTEGER},
|
|
|
+ <if test="trailMonths != null">
|
|
|
+ #{trailMonths,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="trailMaxSalary != null">
|
|
|
#{trailMaxSalary,jdbcType=DECIMAL},
|
|
@@ -434,8 +434,8 @@
|
|
|
<if test="row.isTrail != null">
|
|
|
IsTrail = #{row.isTrail,jdbcType=BIT},
|
|
|
</if>
|
|
|
- <if test="row.trailtime != null">
|
|
|
- Trailtime = #{row.trailtime,jdbcType=INTEGER},
|
|
|
+ <if test="row.trailMonths != null">
|
|
|
+ TrailMonths = #{row.trailMonths,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="row.trailMaxSalary != null">
|
|
|
TrailMaxSalary = #{row.trailMaxSalary,jdbcType=DECIMAL},
|
|
@@ -496,7 +496,7 @@
|
|
|
PostEmail = #{row.postEmail,jdbcType=VARCHAR},
|
|
|
WorkTime = #{row.workTime,jdbcType=INTEGER},
|
|
|
IsTrail = #{row.isTrail,jdbcType=BIT},
|
|
|
- Trailtime = #{row.trailtime,jdbcType=INTEGER},
|
|
|
+ TrailMonths = #{row.trailMonths,jdbcType=INTEGER},
|
|
|
TrailMaxSalary = #{row.trailMaxSalary,jdbcType=DECIMAL},
|
|
|
TrailMinSalary = #{row.trailMinSalary,jdbcType=DECIMAL},
|
|
|
CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
|
|
@@ -533,7 +533,7 @@
|
|
|
PostEmail = #{row.postEmail,jdbcType=VARCHAR},
|
|
|
WorkTime = #{row.workTime,jdbcType=INTEGER},
|
|
|
IsTrail = #{row.isTrail,jdbcType=BIT},
|
|
|
- Trailtime = #{row.trailtime,jdbcType=INTEGER},
|
|
|
+ TrailMonths = #{row.trailMonths,jdbcType=INTEGER},
|
|
|
TrailMaxSalary = #{row.trailMaxSalary,jdbcType=DECIMAL},
|
|
|
TrailMinSalary = #{row.trailMinSalary,jdbcType=DECIMAL},
|
|
|
CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
|
|
@@ -605,8 +605,8 @@
|
|
|
<if test="isTrail != null">
|
|
|
IsTrail = #{isTrail,jdbcType=BIT},
|
|
|
</if>
|
|
|
- <if test="trailtime != null">
|
|
|
- Trailtime = #{trailtime,jdbcType=INTEGER},
|
|
|
+ <if test="trailMonths != null">
|
|
|
+ TrailMonths = #{trailMonths,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="trailMaxSalary != null">
|
|
|
TrailMaxSalary = #{trailMaxSalary,jdbcType=DECIMAL},
|
|
@@ -664,7 +664,7 @@
|
|
|
PostEmail = #{postEmail,jdbcType=VARCHAR},
|
|
|
WorkTime = #{workTime,jdbcType=INTEGER},
|
|
|
IsTrail = #{isTrail,jdbcType=BIT},
|
|
|
- Trailtime = #{trailtime,jdbcType=INTEGER},
|
|
|
+ TrailMonths = #{trailMonths,jdbcType=INTEGER},
|
|
|
TrailMaxSalary = #{trailMaxSalary,jdbcType=DECIMAL},
|
|
|
TrailMinSalary = #{trailMinSalary,jdbcType=DECIMAL},
|
|
|
CreateUserID = #{createUserID,jdbcType=VARCHAR},
|
|
@@ -698,7 +698,7 @@
|
|
|
PostEmail = #{postEmail,jdbcType=VARCHAR},
|
|
|
WorkTime = #{workTime,jdbcType=INTEGER},
|
|
|
IsTrail = #{isTrail,jdbcType=BIT},
|
|
|
- Trailtime = #{trailtime,jdbcType=INTEGER},
|
|
|
+ TrailMonths = #{trailMonths,jdbcType=INTEGER},
|
|
|
TrailMaxSalary = #{trailMaxSalary,jdbcType=DECIMAL},
|
|
|
TrailMinSalary = #{trailMinSalary,jdbcType=DECIMAL},
|
|
|
CreateUserID = #{createUserID,jdbcType=VARCHAR},
|