This commit is contained in:
USER-20220102CG\noblelift
2022-08-16 09:45:21 +08:00
parent 3725446988
commit b3d67e3da3
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class ItemProtocol {
public int getOpcIntegerValue(String protocol) {
Integer value = this.driver.getIntegeregerValue(protocol);
if (value == null) {
} else {
return value;
}

View File

@@ -25,7 +25,7 @@ public class ItemProtocol {
public static String item_batch = "batch";
public static String item_qty = "qty";
public static String item_open_time = "open_time";
public static String item_standby_time = "standby_time ";
public static String item_standby_time = "standby_time";
public static String item_production_time = "production_time";
public static String item_error_time = "error_time";
public static String item_order_No = "order_No";