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
3e69ee86
Commit
3e69ee86
authored
May 19, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5bf11c2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
RB_Mall_NavRepository.cs
Mall.Repository/User/RB_Mall_NavRepository.cs
+2
-2
No files found.
Mall.Repository/User/RB_Mall_NavRepository.cs
View file @
3e69ee86
...
...
@@ -23,7 +23,7 @@ namespace Mall.Repository.User
public
List
<
RB_Mall_Nav_Extend
>
GetMallNavPageListRepository
(
int
pageIndex
,
int
pageSize
,
out
long
rowCount
,
RB_Mall_Nav_Extend
query
)
{
StringBuilder
builder
=
new
StringBuilder
();
builder
.
AppendFormat
(
@" SELECT * FROM RB_Mall_
Magic
WHERE 1=1 AND Status=0 "
);
builder
.
AppendFormat
(
@" SELECT * FROM RB_Mall_
Nav
WHERE 1=1 AND Status=0 "
);
if
(
query
.
TenantId
>
0
)
{
builder
.
AppendFormat
(
" AND {0}={1} "
,
nameof
(
RB_Mall_Nav_Extend
.
TenantId
),
query
.
TenantId
);
...
...
@@ -51,7 +51,7 @@ namespace Mall.Repository.User
public
List
<
RB_Mall_Nav_Extend
>
GetMallNavListRepository
(
RB_Mall_Nav_Extend
query
)
{
StringBuilder
builder
=
new
StringBuilder
();
builder
.
AppendFormat
(
@" SELECT * FROM RB_Mall_
Magic
WHERE 1=1 AND Status=0 "
);
builder
.
AppendFormat
(
@" SELECT * FROM RB_Mall_
Nav
WHERE 1=1 AND Status=0 "
);
if
(
query
.
TenantId
>
0
)
{
builder
.
AppendFormat
(
" AND {0}={1} "
,
nameof
(
RB_Mall_Nav_Extend
.
TenantId
),
query
.
TenantId
);
...
...
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