|  |  |  | 
|---|
|  |  |  | //    private static final int[][] execute = new int[][]{{1,4},{2,4},{3,4},{4,4},{5,6},{6,6},{7,4},{8,4},{9,3},{10,4},{11,4}}; | 
|---|
|  |  |  | private static final int[][] execute = new int[][]{{1,4},{2,4},{3,4},{4,4},{5,6},{6,6},{7,4},{8,4},{9,3},{10,4},{11,4}}; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private static final Integer jarMaxLoc = 6; | 
|---|
|  |  |  | private static final Integer jarMaxLoc = 7; | 
|---|
|  |  |  | private static final Float jarTemperature = 50F; | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private CommonService commonService; | 
|---|
|  |  |  | 
|---|
|  |  |  | if ("NG".endsWith(barcode) || "NoRead".equals(barcode) || !CodeDetectionUtil.barcodeDetection(barcode)) { | 
|---|
|  |  |  | continue; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if ("00000000".equals(barcode)){ | 
|---|
|  |  |  | log.error(inSta+"站点,扫码失败,barcode:"+barcode); | 
|---|
|  |  |  | // led 异常显示 | 
|---|
|  |  |  | //                        LedThread ledThread = (LedThread) SlaveConnection.get(SlaveType.Led, inSta.getLed()); | 
|---|
|  |  |  | //                        if (ledThread != null) { | 
|---|
|  |  |  | //                            MessageQueue.offer(SlaveType.Led, inSta.getLed(), new Task(5, inSta+"站点,扫码失败,barcode:"+barcode)); | 
|---|
|  |  |  | //                        } | 
|---|
|  |  |  | continue; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } else { | 
|---|
|  |  |  | continue; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | @Transactional | 
|---|
|  |  |  | public class JarBurialEscalationHandler extends AbstractHandler<String> { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private static final Integer jarMaxLoc = 6; | 
|---|
|  |  |  | private static final Integer jarMaxLoc = 7; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private ApiLogService apiLogService; | 
|---|