bug修复
This commit is contained in:
@@ -46,7 +46,7 @@ public class ShopRechargeController {
|
||||
if (!StpKit.USER.isManager()) {
|
||||
return CzgResult.failure("无权限操作");
|
||||
}
|
||||
return CzgResult.success(shopRechargeService.detail(StpKit.USER.getHeadShopIdBySession()));
|
||||
return CzgResult.success(shopRechargeService.detail(StpKit.USER.getHeadId()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user