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>