|
|
|
@ -127,7 +127,7 @@ public class TankShellDeviceInfoServiceImpl implements ITankShellDeviceInfoServi
|
|
|
|
|
if(tankShellDeviceDataInformation != null){
|
|
|
|
|
result[4] = tankShellDeviceDataInformation.getRunTime();
|
|
|
|
|
result[5] = tankShellDeviceDataInformation.getStopTime();
|
|
|
|
|
result[6] = tankShellDeviceDataInformation.getDeviceOee() + "%";
|
|
|
|
|
result[6] = tankShellDeviceDataInformation.getDeviceOee() == null ?"0": tankShellDeviceDataInformation.getDeviceOee()+ "%";
|
|
|
|
|
result[7] = tankShellDeviceDataInformation.getCount()+"";
|
|
|
|
|
result[8] = tankShellDeviceDataInformation.getLossTime();
|
|
|
|
|
result[9] = tankShellDeviceDataInformation.getDeviceTakt();
|
|
|
|
|