CZT
2023-09-26 d52037b84cd6689b1cc03b47a5cd43fcb6b7342f
igds-protocol-beibo/src/main/java/com/ld/igds/protocol/beibo/grain/RemoteGrainServiceImpl.java
@@ -43,7 +43,7 @@
            Thread.sleep(3000);
            //生成粮情命令
            String hexStr = CommandBuild.getInstance().getMsgCheck(request.getSerId(), request.getDepotId());
            String hexStr = CommandBuild.getInstance().getMsgCheck(request.getSerId());
            InvokeResult result = beibo.send(BytesUtil.hexStrToBytes(hexStr));
@@ -51,7 +51,6 @@
            // 封装返回信息
            if (InvokeResult.SUCCESS == result) {
                String key = RedisConst.buildKey(request.getCompanyId(), "GRAIN_BEIBO");
                redisUtil.set(key, request.getDepotId());
                return new GrainResponse(OrderRespEnum.ORDER_SUCCESS.getCode(),