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
2d131a62
Commit
2d131a62
authored
Aug 06, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
76212641
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
RB_FreeShippingRepository.cs
Mall.Repository/BaseSetUp/RB_FreeShippingRepository.cs
+1
-1
No files found.
Mall.Repository/BaseSetUp/RB_FreeShippingRepository.cs
View file @
2d131a62
...
...
@@ -101,7 +101,7 @@ INNER JOIN rb_mallbase as c on a.MallBaseId = c.ID and a.TenantId = c.TenantId W
}
if
(!
string
.
IsNullOrWhiteSpace
(
query
.
CategoryIds
))
{
query
.
CategoryIds
+=
query
.
CategoryIds
+
",0"
;
query
.
CategoryIds
+=
",0"
;
builder
.
Append
(
$" AND b.
{
nameof
(
RB_FreeShippingCategory_Extend
.
CategoryId
)}
in(
{
query
.
CategoryIds
}
)"
);
}
}
...
...
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