| | |
| | | @GetMapping("/mozuReceivingWorkOrders") |
| | | public AjaxResult mozuReceivingWorkOrders(OmProductionOrdeInfo paramOrder) throws Exception { |
| | | String paramProductNum = ""; |
| | | Object productTypeObjcet = miloService.readFromOpcUa("thoroughfare" + "." + "device" + ".ProductType").getValue();//产品类型 |
| | | Object productTypeObjcet = miloService.readFromOpcUa("MOZU1." + paramOrder.getLineCode() + ".ProductType").getValue();//产品类型 |
| | | if (ObjectUtil.isNull(productTypeObjcet)) { |
| | | return AjaxResult.error("接单失败,PLC未传输生产类型,请联系管理员"); |
| | | } |