Browse Source

xml增加配置参数

hbjzws 2 years ago
parent
commit
478a839864
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/resources/mapper/ParkingInfoMapper.xml

+ 3 - 0
src/main/resources/mapper/ParkingInfoMapper.xml

@@ -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>