店铺编辑权限放开

This commit is contained in:
张松
2025-03-12 16:35:51 +08:00
parent 1c6055dd7c
commit b5f08cfede

View File

@@ -67,7 +67,6 @@ public class ShopInfoController {
* 店铺编辑
* 权限标识: shopInfo:edit
*/
@SaAdminCheckRole("管理员")
@SaAdminCheckPermission(value = "shopInfo:edit", name = "店铺编辑")
@PutMapping
public CzgResult<?> edit(@RequestBody @Validated ShopInfoEditDTO shopInfoEditDTO) {