Sfoglia il codice sorgente

xml增加配置参数

hbjzws 2 anni fa
parent
commit
478a839864
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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">
             <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">
+                max_in_to_out_time=#{maxInToOutTime,jdbcType=VARCHAR},
+            </if>
         </set>
         </set>
         where id=#{id}
         where id=#{id}
     </update>
     </update>