src/main/java/com/zy/asrs/controller/OpenController.java
@@ -727,7 +727,7 @@ inqty.setData(data1.toArray(array1)); list.add(inqty); AxisBean outqty = new AxisBean(); outqty.setName("出库TU"); outqty.setName("出库托盘数"); Integer[] array2 = new Integer[data2.size()]; outqty.setData(data2.toArray(array2)); list.add(outqty); @@ -883,6 +883,7 @@ map.put("taskNo", param.getTaskNo()); map.put("ioType", wrkMast.getIoType()); map.put("costTime", costTime); map.put("costTimeStr", costTime); map.put("wrkDetls", wrkDetls); return R.ok().add(map);