Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
6bfeda15
Commit
6bfeda15
authored
Oct 02, 2022
by
季圣华
Browse files
给单据中商品查询接口增加图片字段
parent
f078bff6
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/controller/MaterialController.java
View file @
6bfeda15
...
@@ -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
);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment