mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 05:25:12 +08:00
新增 运营端小程序通过站点id和枪口状态查询方法
This commit is contained in:
@@ -247,4 +247,14 @@
|
||||
WHERE t1.del_flag = '0'
|
||||
AND t2.station_id = #{stationId,jdbcType=BIGINT}
|
||||
</select>
|
||||
|
||||
<select id="getConnectorStatus" resultMap="PileConnectorInfoResult">
|
||||
select pile_connector_code as pileConnectorCode,
|
||||
status
|
||||
from pile_connector_info
|
||||
where pile_connector_code in
|
||||
<foreach collection="pileConnectorCodeList" item="pileConnectorCode" open="(" separator="," close=")">
|
||||
#{pileConnectorCode,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user