瀏覽代碼

xml配置参数调整

hbjzws 2 年之前
父節點
當前提交
d4d2b3bf1b
共有 1 個文件被更改,包括 2 次插入2 次删除
  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}