#
tqs
2023-05-06 0c722ccb48955dcaf80d4a9a5533e577cf2c69e3
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);
                }