#
Junjie
2024-10-13 eaa2d3e21cc21e2f385e11d2f0ae3413fd1f7e61
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/thread/impl/NyShuttleThread.java
@@ -473,13 +473,14 @@
            for (NyShuttleHttpCommand requestCommand : commandList) {
                JSONObject result = requestCommand(requestCommand);
//                if (result == null) {
//                    return false;//请求失败
//                }
                if (result == null) {
                    return false;//请求失败
                }
                this.shuttleProtocol.setSendTime(System.currentTimeMillis());//指令下发时间
            }
            return true;
        } catch (IOException e) {
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
@@ -495,7 +496,8 @@
            }
            this.shuttleProtocol.setSendTime(System.currentTimeMillis());//指令下发时间
            return true;
        } catch (IOException e) {
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
@@ -511,7 +513,8 @@
            }
            this.shuttleProtocol.setSendTime(System.currentTimeMillis());//指令下发时间
            return true;
        } catch (IOException e) {
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }
@@ -535,7 +538,8 @@
            }
            this.shuttleProtocol.setSendTime(System.currentTimeMillis());//指令下发时间
            return true;
        } catch (IOException e) {
        } catch (Exception e) {
            e.printStackTrace();
            return false;
        }
    }