cpT
2025-07-01 852a6cc97fadbcc5538d14e2667ddb663767e7aa
src/main/java/com/zy/core/thread/ScaleThread.java
@@ -68,6 +68,9 @@
                                DevpThread devpThread = (DevpThread) SlaveConnection.get(SlaveType.Devp, slave.getDevpPlcId());
                                StaProtocol staProtocol = devpThread.getStation().get(slave.getStaNo());
                                if (staProtocol != null) {
                                    if (scale>10000){
                                        scale = scale-10000;
                                    }
                                    devpThread.setGrossWt(staProtocol.getSiteId(), scale);
                                    JSONObject jsonObject = new JSONObject();
@@ -205,4 +208,12 @@
        return true;
    }
    /**
     * 清除作业启动中
     */
    @Override
    public void setWrkSign() {
    }
}