自动化立体仓库 - WCS系统
#
LSH
2024-03-27 7d25794f31a059ea2bdbf0548c294ea2d671d1f4
src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -270,6 +270,7 @@
                                    if (staNoCrnNo==0){
                                        basDevp.setStaErr(1);
                                        basDevpService.updateById(basDevp);
                                        log.error("站点号异常"+inSta.getStaNo());
                                        throw new CoolException("站点号异常"+inSta.getStaNo());
                                    }else {
                                        LocMast locMast = locMastService.selectOne(new EntityWrapper<LocMast>()
@@ -278,6 +279,7 @@
                                        if (Cools.isEmpty(locMast)){
                                            basDevp.setStaErr(1);
                                            basDevpService.updateById(basDevp);
                                            log.error("站点号异常"+inSta.getStaNo());
                                            throw new CoolException("站点号异常"+inSta.getStaNo());
                                        }
                                    }
@@ -285,6 +287,7 @@
//                                    log.error("扫码检测程序异常"+inSta.getStaNo()+"异常信息"+e);
                                    // 退回
                                    log.error("扫码检测程序异常"+inSta.getStaNo()+errMsg);
                                    log.error("扫码检测程序异常,异常信息"+e);
                                    staProtocol.setWorkNo((short)9999);
                                    staProtocol.setStaNo(inSta.getStaNo().shortValue());
@@ -327,7 +330,7 @@
                                        );
                                    }catch (Exception e){
                                        log.error("wcs派发库位不为空上报wms", getWmsDto.getWrkNo());
                                        throw new CoolException("wcs派发入库任务上报wms失败");
                                        throw new CoolException("wcs派发入库任务上报wms失败,异常信息:"+e);
                                    }
                                }