#
Junjie
昨天 be056737989257b7627ebc3bc4b3b687648a9a27
src/main/java/com/zy/core/action/ShuttleAction.java
@@ -270,8 +270,10 @@
        boolean supportContinuously = false;
        int checkIdx = commandStep - 2;
        if (checkIdx < 0) {
            supportContinuously = true;
            checkIdx = commandStep - 1;
        }
        ShuttleCommand last2Command = commands.get(checkIdx);
        if(last2Command.getComplete()){
            supportContinuously = true;