Merge branch 'master' of http://10.153.19.150:10101/r/CanadaMes
| New file |
| | |
| | | { |
| | | "name": "springboot-vue3", |
| | | "lockfileVersion": 3, |
| | | "requires": true, |
| | | "packages": {} |
| | | } |
| | |
| | | } |
| | | spianService = WebSocketServer.applicationContext.getBean(SpianService.class); |
| | | //spianService.selectout("112"); |
| | | |
| | | |
| | | //判断进片请求 |
| | | List<Short> datas1List=S7control.getinstance().ReadWord("DB106.24", 1); |
| | | List<Short> datas1ListState=S7control.getinstance().ReadWord("DB106.8", 1); |
| | |
| | | @GetMapping("/all2") |
| | | public void selectdd(String orderid){ |
| | | SpianService service=new SpianService(); |
| | | service.selectadd(orderid); |
| | | service.selectout(orderid); |
| | | |
| | | } |
| | | |