| | |
| | | saveScannedGlassId(params, glassId); |
| | | |
| | | Integer intervalMs = config != null ? config.getScanIntervalMs() : null; |
| | | String msg = String.format("玻璃[%s] 尺寸[宽:%s x 长:%s] 已接收,workLine=%s,扫描间隔=%s", |
| | | String msg = String.format("玻璃[%s] 尺寸[宽:%s x 长:%s] 已接收,workLine=%s", |
| | | glassId, |
| | | rawWidth != null ? rawWidth + "mm" : "-", |
| | | rawHeight != null ? rawHeight + "mm" : "-", |
| | | workLine != null ? workLine : "-", |
| | | intervalMs != null ? intervalMs + "ms" : "-"); |
| | | workLine != null ? workLine : "-"); |
| | | Map<String, Object> resultData = new HashMap<>(); |
| | | resultData.put("glassIds", Collections.singletonList(glassId)); |
| | | if (workLine != null) { |