mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
甬城泊车平台添加查询充电站限制条件 现只可查到选择推送该平台的站点信息
This commit is contained in:
@@ -472,6 +472,12 @@
|
||||
<if test="dto.address != null and dto.address != ''">
|
||||
and t1.address like concat('%', #{dto.address}, '%')
|
||||
</if>
|
||||
<if test="dto.stationIds != null and dto.stationIds.size() != 0">
|
||||
and t1.id in
|
||||
<foreach collection="dto.stationIds" item="stationId" open="(" separator="," close=")">
|
||||
#{stationId,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="queryByStationDeptIds" resultType="java.lang.String">
|
||||
|
||||
Reference in New Issue
Block a user