mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-20 07:16:00 +08:00
update 查询充电站列表添加筛选条件
This commit is contained in:
@@ -674,6 +674,9 @@
|
|||||||
<if test="dto.stationName != null and dto.stationName != ''">
|
<if test="dto.stationName != null and dto.stationName != ''">
|
||||||
AND t1.station_name LIKE CONCAT('%', #{dto.stationName,jdbcType=VARCHAR}, '%')
|
AND t1.station_name LIKE CONCAT('%', #{dto.stationName,jdbcType=VARCHAR}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="dto.merchantId != null and dto.merchantId != ''">
|
||||||
|
AND t1.merchant_id = #{dto.merchantId,jdbcType=VARCHAR}
|
||||||
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getStationInfoForAmap" resultMap="PileStationInfoResult">
|
<select id="getStationInfoForAmap" resultMap="PileStationInfoResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user