|
@@ -140,10 +140,10 @@
|
|
min_parking_number_enable = #{minParkingNumberEnable,jdbcType=BIT},
|
|
min_parking_number_enable = #{minParkingNumberEnable,jdbcType=BIT},
|
|
</if>
|
|
</if>
|
|
<if test="noInParkingOutPolicy != null">
|
|
<if test="noInParkingOutPolicy != null">
|
|
- no_in_parking_out_policy = #{noInParkingOutPolicy,jdbcType=CHAR}
|
|
|
|
|
|
+ no_in_parking_out_policy = #{noInParkingOutPolicy,jdbcType=CHAR},
|
|
</if>
|
|
</if>
|
|
<if test="maxInToOutTime!=null">
|
|
<if test="maxInToOutTime!=null">
|
|
- max_in_to_out_time=#{maxInToOutTime,jdbcType=VARCHAR},
|
|
|
|
|
|
+ max_in_to_out_time=#{maxInToOutTime,jdbcType=VARCHAR}
|
|
</if>
|
|
</if>
|
|
</set>
|
|
</set>
|
|
where id=#{id}
|
|
where id=#{id}
|