From 77bef18c6d0970c72df159f380fd06d176a8df43 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 01 八月 2023 15:52:20 +0800
Subject: [PATCH] 小车进提升机检测方案

---
 src/main/java/com/zy/common/utils/NyLiftUtils.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/zy/common/utils/NyLiftUtils.java b/src/main/java/com/zy/common/utils/NyLiftUtils.java
index 1794678..acc99be 100644
--- a/src/main/java/com/zy/common/utils/NyLiftUtils.java
+++ b/src/main/java/com/zy/common/utils/NyLiftUtils.java
@@ -10,7 +10,7 @@
     /**
      * 鑾峰彇鎻愬崌鏈哄懡浠�
      */
-    public NyLiftCommand getLiftCommand(Integer liftNo, Integer taskModel, Integer sourceSta, Integer targetSta, Integer taskNo) {
+    public static NyLiftCommand getLiftCommand(Integer liftNo, Integer taskModel, Integer sourceSta, Integer targetSta, Integer taskNo) {
         NyLiftCommand command = new NyLiftCommand();
         command.setLiftNo(liftNo.shortValue());
         command.setTaskNo(taskNo.shortValue());

--
Gitblit v1.9.1