diff --git a/productionboard/src/main/java/com/productionboard/service/impl/FoamBoxDeviceInfoServiceImpl.java b/productionboard/src/main/java/com/productionboard/service/impl/FoamBoxDeviceInfoServiceImpl.java index 0e7e533..70668ef 100644 --- a/productionboard/src/main/java/com/productionboard/service/impl/FoamBoxDeviceInfoServiceImpl.java +++ b/productionboard/src/main/java/com/productionboard/service/impl/FoamBoxDeviceInfoServiceImpl.java @@ -115,8 +115,8 @@ public class FoamBoxDeviceInfoServiceImpl implements IFoamBoxDeviceInfoService { break; } - //List foamBoxParamTemperatures = foamBoxParamTemperatureMapper.selectList(wrapper); - List foamBoxParamTemperatures = new ArrayList<>(); + List foamBoxParamTemperatures = foamBoxParamTemperatureMapper.selectList(wrapper); + String[] legendArray = new String[]{"1#pol","2#pol","1#piol","2#pol"}; result.put("legendArray",legendArray); if(foamBoxParamTemperatures.size() > 0) { diff --git a/productionboard/src/main/resources/templates/index.html b/productionboard/src/main/resources/templates/index.html index cdf0cb5..b2b8770 100644 --- a/productionboard/src/main/resources/templates/index.html +++ b/productionboard/src/main/resources/templates/index.html @@ -12,8 +12,10 @@

箱壳自动成型线生产看板

箱壳自动成型线设备看板

-

发泡

-

门体库

+

发泡南线

+

发泡北线

+

门体库南线

+

门体库北线

铝内胆成型线

\ No newline at end of file