Parcourir la source

xml配置参数调整

hbjzws il y a 2 ans
Parent
commit
d4d2b3bf1b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/main/resources/mapper/ParkingInfoMapper.xml

+ 2 - 2
src/main/resources/mapper/ParkingInfoMapper.xml

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