Prechádzať zdrojové kódy

xml增加配置参数

hbjzws 2 rokov pred
rodič
commit
478a839864

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