|
|
@@ -215,8 +215,11 @@
|
|
|
<if test="workType != null">work_type =
|
|
|
#{workType},
|
|
|
</if>
|
|
|
- <if test="isFullTime != null">is_full_time =
|
|
|
- #{isFullTime},
|
|
|
+ <if test="aloneDept != null">
|
|
|
+ alone_dept =#{aloneDept},
|
|
|
+ </if>
|
|
|
+ <if test="isFullTime != null">
|
|
|
+ is_full_time =#{isFullTime},
|
|
|
</if>
|
|
|
<if test="highestEducation != null">highest_education =
|
|
|
#{highestEducation},
|