Commit 6bfeda15 authored by 季圣华's avatar 季圣华
Browse files

给单据中商品查询接口增加图片字段

parent f078bff6
...@@ -239,6 +239,7 @@ public class MaterialController { ...@@ -239,6 +239,7 @@ public class MaterialController {
} }
item.put("stock", stock); item.put("stock", stock);
item.put("expand", materialService.getMaterialOtherByParam(mpArr, material)); item.put("expand", materialService.getMaterialOtherByParam(mpArr, material));
item.put("imgName", material.getImgName());
dataArray.add(item); dataArray.add(item);
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment