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
wwwanlingxiao
mall
Commits
175fdb9d
Commit
175fdb9d
authored
Nov 28, 2021
by
macro
Browse files
Update PmsSkuStockController.java
parent
3aafbaef
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/controller/PmsSkuStockController.java
View file @
175fdb9d
...
...
@@ -22,7 +22,7 @@ public class PmsSkuStockController {
@Autowired
private
PmsSkuStockService
skuStockService
;
@ApiOperation
(
"根据商品
编号
及sku编码模糊搜索sku库存"
)
@ApiOperation
(
"根据商品
ID
及sku编码模糊搜索sku库存"
)
@RequestMapping
(
value
=
"/{pid}"
,
method
=
RequestMethod
.
GET
)
@ResponseBody
public
CommonResult
<
List
<
PmsSkuStock
>>
getList
(
@PathVariable
Long
pid
,
@RequestParam
(
value
=
"keyword"
,
required
=
false
)
String
keyword
)
{
...
...
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