Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
mall.oytour.com
Commits
1b93825f
Commit
1b93825f
authored
Mar 18, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a7d45fc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
UserModule.cs
Mall.Module.User/UserModule.cs
+2
-0
No files found.
Mall.Module.User/UserModule.cs
View file @
1b93825f
...
...
@@ -792,6 +792,7 @@ namespace Mall.Module.User
var
qlist
=
member_EquityRepository
.
GetList
(
new
RB_Member_Equity_Extend
()
{
GradeId
=
memberGradeId
,
TenantId
=
userInfo
.
TenantId
,
MallBaseId
=
userInfo
.
MallBaseId
});
return
ApiResult
.
Success
(
""
,
new
{
gradeModel
.
Id
,
GradeName
=
gradeModel
.
Name
??
"暂无等级"
,
Icon
=
material_InfoRepository
.
GetEntity
(
gradeModel
.
Icon
??
0
)?.
Path
??
""
,
BackgroundImage
=
material_InfoRepository
.
GetEntity
(
gradeModel
.
BackgroundImage
??
0
)?.
Path
??
""
,
...
...
@@ -799,6 +800,7 @@ namespace Mall.Module.User
Grade
=
gradeModel
.
Grade
??
0
,
IsCanBuyVip
=
(
umodel
.
MemberGrade
??
0
)
>
0
?
2
:
1
,
gradeModel
.
MemberSpecification
,
gradeModel
.
MemberBuyMoney
,
//获取权益列表
EquityList
=
qlist
.
Select
(
x
=>
new
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment