This commit is contained in:
2022-12-14 09:30:07 +08:00
parent b96a32c2e2
commit 14941d5538

View File

@@ -248,7 +248,7 @@ public class HfStationDeviceDriver extends AbstractOpcDeviceDriver implements De
} }
if (!updateBarcodeRequireSucess) { if (!updateBarcodeRequireSucess) {
//updateBarcode(); updateBarcode();
} }
@@ -333,7 +333,7 @@ public class HfStationDeviceDriver extends AbstractOpcDeviceDriver implements De
last_order = order; last_order = order;
last_barcode = barcode; last_barcode = barcode;
last_weight = weight; last_weight = weight;
// last_material_code = material_code; last_material_code = material_code;
} }