风俗功率曲线
This commit is contained in:
parent
bdfb9f83dc
commit
184b6e7394
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user