|
|
|
@ -115,8 +115,8 @@ public class FoamBoxDeviceInfoServiceImpl implements IFoamBoxDeviceInfoService {
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//List<FoamBoxParamTemperature> foamBoxParamTemperatures = foamBoxParamTemperatureMapper.selectList(wrapper);
|
|
|
|
|
List<FoamBoxParamTemperature> foamBoxParamTemperatures = new ArrayList<>();
|
|
|
|
|
List<FoamBoxParamTemperature> foamBoxParamTemperatures = foamBoxParamTemperatureMapper.selectList(wrapper);
|
|
|
|
|
|
|
|
|
|
String[] legendArray = new String[]{"1#pol","2#pol","1#piol","2#pol"};
|
|
|
|
|
result.put("legendArray",legendArray);
|
|
|
|
|
if(foamBoxParamTemperatures.size() > 0) {
|
|
|
|
|