Junjie
昨天 a02af02219dfaadb189e138311d0e83be8428060
src/main/java/com/zy/core/plugin/GslProcess.java
@@ -186,6 +186,14 @@
                                           StationThread stationThread,
                                           StationObjModel stationObjModel,
                                           StationProtocol stationProtocol) {
        if (!stationProtocol.isAutoing()) {
            return false;
        }
        if (!stationProtocol.isLoading()) {
            return false;
        }
        if (stationProtocol.getError() <= 0) {
            return true;
        }