mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 查询首页数据
This commit is contained in:
@@ -373,4 +373,14 @@
|
||||
<include refid="selectPileStationInfoVo"/>
|
||||
where public_flag = '1'
|
||||
</select>
|
||||
|
||||
<select id="queryByStationDeptIds" resultType="java.lang.String">
|
||||
select id
|
||||
from pile_station_info
|
||||
where del_flag = '0'
|
||||
and dept_id in
|
||||
<foreach collection="stationDeptIds" item="item" open="(" separator="," close=")">
|
||||
#{item,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user