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