| | |
| | | } |
| | | try{ |
| | | this.sendInPark(platformJob); |
| | | if(!Constants.equalsInteger(platformJob.getType(),Constants.FOUR) |
| | | && StringUtils.isNotBlank(platformJob.getBillCode())){ |
| | | //通知WMS绑定月台信息 |
| | | wmsService.orderPlatformBind(platformJob,1); |
| | | } |
| | | // if(!Constants.equalsInteger(platformJob.getType(),Constants.FOUR) |
| | | // && StringUtils.isNotBlank(platformJob.getBillCode())){ |
| | | // //通知WMS绑定月台信息 |
| | | // wmsService.orderPlatformBind(platformJob,1); |
| | | // } |
| | | }catch (Exception e){ |
| | | log.error("自动叫号入园权限下发失败:{}"+JSONObject.toJSONString(platformJob)); |
| | | } |