MrShi
3 天以前 6577a7ad7f2044bcfe75601e0360e9172a7d2380
server/dmmall_admin/src/main/java/com/doumee/api/business/ShopController.java
@@ -73,7 +73,7 @@
    @ApiOperation("根据ID修改")
    @PostMapping("/updateById")
    @RequiresPermissions("business:shop:update")
    public ApiResponse updateById(@RequestBody Shop shop) {
    public ApiResponse updateById(@RequestBody Shop shop) throws Exception {
        shopService.updateById(shop);
        return ApiResponse.success(null);
    }