@@ -149,7 +149,7 @@ public class StationServiceImpl extends ServiceImpl<StationMapper, Station> impl
});
}
-// equipmentList.sort(Comparator.comparing(EquipmentInfo::getShortId));
+ equipmentList.sort(Comparator.comparing(EquipmentInfo::getShortId));
var station = new Station();
BeanUtils.copyProperties(vo, station);