|
@@ -792,7 +792,7 @@ public class DataController extends BaseController {
|
|
List<LampInfoLogNewDTO> provinceList = lampInfoLogNewService.getLampLogProvinceList(baseVO);
|
|
List<LampInfoLogNewDTO> provinceList = lampInfoLogNewService.getLampLogProvinceList(baseVO);
|
|
|
|
|
|
DecimalFormat df = new DecimalFormat("0.##");
|
|
DecimalFormat df = new DecimalFormat("0.##");
|
|
- provinceList.forEach(item -> item.setTotalEleSave(df.format(item.getTotalEleSaveDouble())));
|
|
|
|
|
|
+ provinceList.forEach(item -> item.setTotalEleSave(df.format(item.getTotalEleSaveDouble() * 0.75)));
|
|
LampInfoLogNewVO lampInfoLogNewVO = new LampInfoLogNewVO();
|
|
LampInfoLogNewVO lampInfoLogNewVO = new LampInfoLogNewVO();
|
|
lampInfoLogNewVO.setList(provinceList);
|
|
lampInfoLogNewVO.setList(provinceList);
|
|
return toolUtils.response(InterfaceResultEnum.OPERATION_SUCCESS, version, lampInfoLogNewVO);
|
|
return toolUtils.response(InterfaceResultEnum.OPERATION_SUCCESS, version, lampInfoLogNewVO);
|