| | |
| | | |
| | | try{ |
| | | rgvOneSignMapper.deleteBarcode(palletizingNo+"barcode"); |
| | | try{ |
| | | // 保存接口日志 |
| | | apiLogService.save( |
| | | "中控申请获取"+palletizingNo+"站点当前条码信息", |
| | | "/monitor/barcode/two", |
| | | null, |
| | | null, |
| | | JSON.toJSONString(palletizingNo), |
| | | JSON.toJSONString("清除托盘码标记成功!!!"), |
| | | true |
| | | ); |
| | | }catch (Exception e){ |
| | | } |
| | | } catch (Exception e){ |
| | | |
| | | try{ |
| | | // 保存接口日志 |
| | | apiLogService.save( |
| | | "中控申请获取"+palletizingNo+"站点当前条码信息", |
| | | "/monitor/barcode/two", |
| | | null, |
| | | null, |
| | | JSON.toJSONString(palletizingNo), |
| | | JSON.toJSONString("清除托盘码标记异常!!!"), |
| | | false |
| | | ); |
| | | }catch (Exception e1){ |
| | | } |
| | | } |
| | | |
| | | Cools.CoolMap coolMap = Cools.add("barcode", barcode).add("Date", now); |
| | |
| | | null, |
| | | null, |
| | | JSON.toJSONString(palletizingNo), |
| | | JSON.toJSONString(coolMap), |
| | | JSON.toJSONString("barcode:"+barcode), |
| | | true |
| | | ); |
| | | }catch (Exception e){ |