#
Junjie
2023-09-06 5dcd40b2afb66e82b5e9f0b94fb0816d1d468fc4
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());