| | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * @param param |
| | | * @return |
| | | */ |
| | | // public String noticeWeightDone(ApiInoutData param) { |
| | | // //获取称重主控器配置 |
| | | // InoutConf conf = getWeightGateway(param.getCompanyId(), param.getDeptId(), param.getSort()); |
| | | // |
| | | // if (null == conf) { |
| | | // return "称重主控未配置,支持失败"; |
| | | // } |
| | | // |
| | | // ApiInoutData apiData = new ApiInoutData(conf); |
| | | // apiData.setPlateNum(param.getPlateNum()); |
| | | // apiData.setTime(new Date()); |
| | | // |
| | | // ApiInoutService inoutApiService = apiInoutManager.getApiService(conf.getProtocol()); |
| | | // |
| | | // // return inoutApiService.noticeWeightDone(apiData); TODO |
| | | // return null; |
| | | // } |
| | | |
| | | |
| | | /** |
| | | * 出入库抓拍 |