Commit 42ac7860 张少辉

1.1671接口返回增加宽和高

1 个父辈 69d90fc2
...@@ -68,8 +68,8 @@ public class JiaHe1671DeviceController { ...@@ -68,8 +68,8 @@ public class JiaHe1671DeviceController {
resultMap.put("feederInfo",item.getFeederInfo()); resultMap.put("feederInfo",item.getFeederInfo());
resultMap.put("barcode",barcode.getBarcode()); resultMap.put("barcode",barcode.getBarcode());
resultMap.put("partNumber",barcode.getPartNumber()); resultMap.put("partNumber",barcode.getPartNumber());
resultMap.put("w",barcode.getPlateSize()); resultMap.put("w",dataLog.getW());
resultMap.put("h",barcode.getHeight()); resultMap.put("h",dataLog.getH());
return ResultBean.newOkResult(resultMap); return ResultBean.newOkResult(resultMap);
} }
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!