renqianlong 1 жил өмнө
parent
commit
3c85022283

+ 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) {