zjj
2023-05-06 6d88f3c46c2da8be2b95f1d31f83b3282510f8ee
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -274,9 +274,10 @@
                    staProtocol.setPakMk(true);
                }
                if (staProtocol.getStamp()>=2 && !staProtocol.isLoading()){
                if (!staProtocol.isLoading()){
                    staProtocol.setStamp(0);
                }else if (staProtocol.getStamp()<2 && staProtocol.isLoading()){
                }
                if (staProtocol.getStamp()<2 && staProtocol.isLoading()){
                    //lfd入库印记  当stamp>=2时才入库
                    staProtocol.setStamp(staProtocol.getStamp()+1);
                }