#
Junjie
15 小时以前 be056737989257b7627ebc3bc4b3b687648a9a27
#
1个文件已修改
2 ■■■■■ 已修改文件
src/main/java/com/zy/core/action/ShuttleAction.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;