src/main/java/com/zy/api/service/impl/WcsApiServiceImpl.java
@@ -207,6 +207,7 @@ wrkMastService.updateById(wrkMast); //出库为机台工位时,冻结相对有的库位,及相邻库位 String s = Utils.convertLocFormat(params.getLocNo()); if(Cools.isEmpty(wrkMast.getLocNo())){ LocAroundBind bind = locAroundBindService.selectOne(new EntityWrapper<LocAroundBind>() .eq("b_loc_no", s)); if (!Objects.isNull(bind)) { @@ -231,6 +232,7 @@ } } } } //TODO 上报是否成功 }else { String msg = jsonObject.getString("msg");