From c79e442a948f5154d48374f1b2a28b97773f551b Mon Sep 17 00:00:00 2001 From: wenjy Date: Wed, 15 Jun 2022 11:12:10 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E5=8F=91=E6=B3=A1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/FoamBoxDeviceInfoServiceImpl.java | 4 ++-- productionboard/src/main/resources/templates/index.html | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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