|
|
@@ -446,12 +446,12 @@
|
|
446
|
446
|
ratfinch_check = #{ratfinchCheck,jdbcType=VARCHAR},
|
|
447
|
447
|
other_check = #{otherCheck,jdbcType=VARCHAR},
|
|
448
|
448
|
find_question = #{findQuestion,jdbcType=VARCHAR},
|
|
449
|
|
- rcdoor = #{rcdoor,jdbcType=INTEGER},
|
|
|
449
|
+ rcdoor = #{rcdoor,jdbcType=VARCHAR},
|
|
450
|
450
|
rcwindow = #{rcwindow,jdbcType=VARCHAR},
|
|
451
|
451
|
rclamp = #{rclamp,jdbcType=VARCHAR},
|
|
452
|
452
|
rchygiene = #{rchygiene,jdbcType=VARCHAR},
|
|
453
|
453
|
rccorridor = #{rccorridor,jdbcType=VARCHAR},
|
|
454
|
|
- flag_type = #{flagType,jdbcType=VARCHAR}
|
|
|
454
|
+ flag_type = #{flagType,jdbcType=INTEGER}
|
|
455
|
455
|
where id = #{id,jdbcType=INTEGER}
|
|
456
|
456
|
</update>
|
|
457
|
457
|
|