mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 后管站点列表查询新增站点电话查询条件
This commit is contained in:
@@ -384,6 +384,9 @@
|
||||
<if test="stationDTO.barrierFlag != null and stationDTO.barrierFlag != ''">
|
||||
and t1.barrier_flag = #{stationDTO.barrierFlag,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="stationDTO.stationTel != null and stationDTO.stationTel != ''">
|
||||
and t1.station_tel = #{stationDTO.stationTel,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<if test="stationDTO.parkingLockFlag != null and stationDTO.parkingLockFlag != ''">
|
||||
and t1.parking_lock_flag = #{stationDTO.parkingLockFlag,jdbcType=VARCHAR}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user