This commit is contained in:
USER-20220102CG\noblelift
2022-10-14 14:15:38 +08:00
parent 5fbe677065
commit b1514d5793
144 changed files with 2 additions and 216 deletions

View File

@@ -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);