Commit 1ee638e8 authored by lilongyang's avatar lilongyang

1、获取并网容量接口按照名称升序排序

parent 019dda7c
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
sb.installed_capacity sb.installed_capacity
from station_basic as sb from station_basic as sb
where sb.area_code = #{areaCode} where sb.area_code = #{areaCode}
order by sb.station_name asc
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment