|
|
@ -124,7 +124,7 @@
|
|
|
|
<if test="remark != null">remark,</if>
|
|
|
|
<if test="remark != null">remark,</if>
|
|
|
|
<if test="userId != null">user_id,</if>
|
|
|
|
<if test="userId != null">user_id,</if>
|
|
|
|
<if test="deptId != null">dept_id,</if>
|
|
|
|
<if test="deptId != null">dept_id,</if>
|
|
|
|
<if test="endTime != null ">end_time</if>
|
|
|
|
<if test="endTime != null ">end_time,</if>
|
|
|
|
<if test="status != null ">status</if>
|
|
|
|
<if test="status != null ">status</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
@ -152,7 +152,7 @@
|
|
|
|
<if test="remark != null">#{remark},</if>
|
|
|
|
<if test="remark != null">#{remark},</if>
|
|
|
|
<if test="userId != null">#{userId},</if>
|
|
|
|
<if test="userId != null">#{userId},</if>
|
|
|
|
<if test="deptId != null">#{deptId},</if>
|
|
|
|
<if test="deptId != null">#{deptId},</if>
|
|
|
|
<if test="endTime != null ">#{endTime}</if>
|
|
|
|
<if test="endTime != null ">#{endTime},</if>
|
|
|
|
<if test="status != null ">#{status}</if>
|
|
|
|
<if test="status != null ">#{status}</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
@ -184,7 +184,7 @@
|
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
<if test="remark != null">remark = #{remark},</if>
|
|
|
|
<if test="userId != null">user_id = #{userId},</if>
|
|
|
|
<if test="userId != null">user_id = #{userId},</if>
|
|
|
|
<if test="deptId != null">dept_id = #{deptId},</if>
|
|
|
|
<if test="deptId != null">dept_id = #{deptId},</if>
|
|
|
|
<if test="endTime != null ">end_time=#{endTime}</if>
|
|
|
|
<if test="endTime != null ">end_time=#{endTime},</if>
|
|
|
|
<if test="status != null ">status=#{status}</if>
|
|
|
|
<if test="status != null ">status=#{status}</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
where id = #{id}
|
|
|
|
where id = #{id}
|
|
|
|