更新
This commit is contained in:
@@ -281,7 +281,7 @@ public class WhxrWeighingDeviceDriver extends AbstractOpcDeviceDriver implements
|
||||
json.put("type", "1.3");
|
||||
json.put("formula_code", formula_code);
|
||||
json.put("material_code", material_code);
|
||||
json.put("abarrel_weighing", abarrel_weighing);
|
||||
json.put("abarrel_weighing", small_scale_weight);
|
||||
json.put("last_abarrel_weighing", last_abarrel_weighing);
|
||||
json.put("needout_qty", needout_qty);
|
||||
json.put("formuladtl_id", formuladtl_id);
|
||||
@@ -301,7 +301,7 @@ public class WhxrWeighingDeviceDriver extends AbstractOpcDeviceDriver implements
|
||||
json.put("type", "1.4");
|
||||
json.put("formula_code", formula_code);
|
||||
json.put("material_code", material_code);
|
||||
json.put("abarrel_weighing", abarrel_weighing);
|
||||
json.put("abarrel_weighing", small_scale_weight);
|
||||
json.put("last_abarrel_weighing", last_abarrel_weighing);
|
||||
json.put("needout_qty", needout_qty);
|
||||
json.put("formuladtl_id", formuladtl_id);
|
||||
|
||||
Reference in New Issue
Block a user