|
@@ -94,6 +94,7 @@ public class ShowDataController {
|
|
|
response.setMaxVoltIndex("单体电芯" + voltages.indexOf(Collections.max(voltages)));
|
|
|
response.setMinVolt(Collections.min(voltages));
|
|
|
response.setMinVoltIndex("单体电芯" + voltages.indexOf(Collections.min(voltages)));
|
|
|
+ response.setCellTemp(resultOriginData.getCelltemp());
|
|
|
|
|
|
// 绘图信息
|
|
|
ResultInfo byId = resultInfoService.getById(1);
|
|
@@ -184,6 +185,7 @@ public class ShowDataController {
|
|
|
response.setSohTime(sohDate);
|
|
|
response.setSohY(sohData);
|
|
|
|
|
|
+
|
|
|
return ApiDTO.ok(response);
|
|
|
} catch (Exception e) {
|
|
|
throw new ApiRuntimeException(500, e.toString());
|