Commit 39f4c212 by guojuxing

会员卡列表

parent 6d45aa96
......@@ -136,8 +136,8 @@ public class UserController {
}
@RequestMapping("/list-all-member-card")
public RestResponse listAllMemberCard(Integer enterpriseId) {
ServiceResponse<List<OwnerMemberCardDTO>> result = memberCardApiService.getAll(enterpriseId);
public RestResponse listAllMemberCard() {
ServiceResponse<List<OwnerMemberCardDTO>> result = memberCardApiService.getAll(UserDetailUtils.getUserDetail().getEnterpriseId());
return ResultControllerUtils.commonResult(result, MemberCardVO.class);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment