|
@@ -43,18 +43,15 @@
|
|
|
<if test="education != null and education != ''">education = #{education},</if>
|
|
|
<if test="post != null and post != ''">post = #{post},</if>
|
|
|
<if test="probationPeriod != null and probationPeriod != ''">probation_period = #{probationPeriod},</if>
|
|
|
- <if test="effectiveDate != null and effectiveDate != ''">effective_date = #{effectiveDate},</if>
|
|
|
- <if test="fullTimeDate != null and fullTimeDate != ''">full_time_date = #{fullTimeDate},</if>
|
|
|
+ <if test="entryDate != null">entry_date = #{entryDate},</if>
|
|
|
+ <if test="effectiveDate != null">effective_date = #{effectiveDate},</if>
|
|
|
+ <if test="fullTimeDate != null">full_time_date = #{fullTimeDate},</if>
|
|
|
<if test="monthRest != null and monthRest != ''">month_rest = #{monthRest},</if>
|
|
|
<if test="dailyHours != null and dailyHours != ''">daily_hours = #{dailyHours},</if>
|
|
|
- <if test="morningBeginTime != null and morningBeginTime != ''">morning_begin_time = #{morningBeginTime},
|
|
|
- </if>
|
|
|
- <if test="morningEndTime != null and morningEndTime != ''">morning_end_time = #{morningEndTime},</if>
|
|
|
- <if test="afternoonBeginTime != null and afternoonBeginTime != ''">afternoon_begin_time
|
|
|
- =#{afternoonBeginTime},
|
|
|
- </if>
|
|
|
- <if test="afternoonEndTime != null and afternoonEndTime != ''">afternoon_end_time = #{afternoonEndTime},
|
|
|
- </if>
|
|
|
+ <if test="morningBeginTime != null">morning_begin_time = #{morningBeginTime},</if>
|
|
|
+ <if test="morningEndTime != null">morning_end_time = #{morningEndTime},</if>
|
|
|
+ <if test="afternoonBeginTime != null">afternoon_begin_time =#{afternoonBeginTime},</if>
|
|
|
+ <if test="afternoonEndTime != null">afternoon_end_time = #{afternoonEndTime},</if>
|
|
|
<if test="settleMethod != null and settleMethod != ''">settle_method = #{settleMethod},</if>
|
|
|
<if test="salaryRemark != null and salaryRemark != ''">salary_remark = #{salaryRemark},</if>
|
|
|
update_time = sysdate()
|