运维接口

This commit is contained in:
2265829957@qq.com 2026-02-23 19:53:19 +08:00
parent f05f26dd0e
commit ab41f3ecb1

View File

@ -27,6 +27,7 @@
<select id="getInspectionList" resultType="map"> <select id="getInspectionList" resultType="map">
select select
t.inspection_id as inspectionId, t.inspection_id as inspectionId,
t.charging_station_id as stationId,
CASE CASE
WHEN t.type = 1 THEN 'XB' WHEN t.type = 1 THEN 'XB'
WHEN t.type = 2 THEN 'JK' WHEN t.type = 2 THEN 'JK'