mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 运营端小程序查询站点信息接口
This commit is contained in:
@@ -597,4 +597,14 @@
|
||||
where del_flag = '0'
|
||||
and dept_id = #{deptId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="getStationInfosByMerchantIds" resultMap="PileStationInfoResult">
|
||||
<include refid="selectPileStationInfoVo"/>
|
||||
<if test="list != null and list.size() != 0">
|
||||
where merchant_id in
|
||||
<foreach collection="list" item="merchantId" open="(" separator="," close=")">
|
||||
#{merchantId,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user