|
|
@@ -385,12 +385,8 @@
|
|
|
<if test="pb_text5 != null">
|
|
|
pb_text5 = #{pb_text5,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="pb_auditman !=null">
|
|
|
pb_auditman = #{pb_auditman,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="pb_auditdate !=null">
|
|
|
pb_auditdate = #{pb_auditdate,jdbcType=TIMESTAMP}
|
|
|
- </if>
|
|
|
</set>
|
|
|
where pb_id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|