1
This commit is contained in:
@@ -34,7 +34,7 @@ public class ItemProtocol {
|
||||
public int getOpcIntegerValue(String protocol) {
|
||||
Integer value = this.driver.getIntegeregerValue(protocol);
|
||||
if (value == null) {
|
||||
|
||||
|
||||
} else {
|
||||
return value;
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user