mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-22 18:36:52 +08:00
fix
This commit is contained in:
@@ -29,8 +29,8 @@ public class GoodController {
|
||||
|
||||
@ApiOperation(value = "处方粮商品", notes = "处方粮商品查询")
|
||||
@PostMapping("royalcanin/goods")
|
||||
public List<GoodsEntity> transferGoods(String title) {
|
||||
return goodService.listGoodsByNameBankNameTagUsedAge(title);
|
||||
public List<GoodsEntity> transferGoods(String goodsName) {
|
||||
return goodService.listGoodsByNameBankNameTagUsedAge(goodsName);
|
||||
}
|
||||
|
||||
@ApiOperation(value = "查询标品信息", notes = "查询标品信息")
|
||||
|
||||
Reference in New Issue
Block a user