renqianlong 1 년 전
부모
커밋
3c85022283
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-admin-business/src/main/java/com/zhongzheng/controller/goods/GoodsController.java

+ 1 - 1
zhongzheng-admin-business/src/main/java/com/zhongzheng/controller/goods/GoodsController.java

@@ -66,7 +66,7 @@ public class GoodsController extends BaseController {
     /**
      * 查询商品宝列表
      */
-    @ApiOperation("查询商品列表")
+    @ApiOperation("查询商品列表")
     @PreAuthorize("@ss.hasPermi('system:goods:list')")
     @GetMapping("/getBsGoodlist")
     public TableDataInfo<CompanyOrderBusinessConfigGoodsVo> getBsGoodList(GoodsQueryBo bo) {