whycxzp
2025-03-25 bf60848c0d97d3f440eee20719010e49bc2aae2d
src/main/resources/mapper/StationInfMapper.xml
@@ -20,5 +20,8 @@
        </where>
        order by power_inf.power_id asc
    </select>
    <select id="getMaxStationId" resultType="java.lang.Integer">
        select max(sinf_id) from db_batt.station_inf
    </select>
</mapper>