@@ -142,6 +142,9 @@
<if test="noInParkingOutPolicy != null">
no_in_parking_out_policy = #{noInParkingOutPolicy,jdbcType=CHAR}
</if>
+ <if test="maxInToOutTime!=null">
+ max_in_to_out_time=#{maxInToOutTime,jdbcType=VARCHAR},
+ </if>
</set>
where id=#{id}
</update>