风俗功率曲线

This commit is contained in:
huguanghan 2024-11-08 14:28:43 +08:00
parent bdfb9f83dc
commit 184b6e7394

View File

@ -114,7 +114,7 @@ public class TheoreticalPowerCurveServiceImpl implements TheoreticalPowerCurveSe
SheetInfoBean sheetDTO = new SheetInfoBean();
map.put("speed", "风速");
map.put("power", "功率");
sheetDTO.setSheetName(theoreticalPowerCurve.getMadeinfactory()+theoreticalPowerCurve.getModel());
sheetDTO.setSheetName(theoreticalPowerCurve.getMadeinfactory());
sheetDTO.setFieldAndAlias(map);
sheetDTO.setCollection(curveItemEntityList);
exportList.add(sheetDTO);