|
|
@@ -265,18 +265,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
<if test="openId != null"> open_id = #{openId,jdbcType=VARCHAR}, </if>
|
|
|
- <if test="superiorId != null">
|
|
|
- superior_id = #{superiorId,jdbcType=BIGINT},
|
|
|
- </if>
|
|
|
- <if test="projectQuantity != null">
|
|
|
- project_quantity = #{projectQuantity,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="jobNumber != null">
|
|
|
- job_number = #{jobNumber,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="fullJob != null">
|
|
|
- full_job = #{fullJob,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
+ <if test="superiorId != null"> superior_id = #{superiorId,jdbcType=BIGINT}, </if>
|
|
|
+ <if test="projectQuantity != null"> project_quantity = #{projectQuantity,jdbcType=INTEGER}, </if>
|
|
|
+ <if test="jobNumber != null"> job_number = #{jobNumber,jdbcType=VARCHAR}, </if>
|
|
|
+ <if test="fullJob != null"> full_job = #{fullJob,jdbcType=INTEGER}, </if>
|
|
|
<if test="duration != null and duration != ''">duration=#{duration},</if>
|
|
|
update_time = sysdate()
|
|
|
</set>
|