Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
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
黄奎
Education
Commits
27d74142
Commit
27d74142
authored
Nov 06, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 业绩提成排除 西班牙语
parent
1070b457
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
RB_OrderRepository.cs
Edu.Repository/Sell/RB_OrderRepository.cs
+2
-1
No files found.
Edu.Repository/Sell/RB_OrderRepository.cs
View file @
27d74142
...
...
@@ -1244,7 +1244,8 @@ ORDER BY {orderBy}
left join rb_class c on o.ClassId = c.ClassId
left join rb_studyabroad s on o.SourceId = s.Id
left join rb_sell_achievements_emp e on o.OrderId = e.OrderId
WHERE o.Group_Id =
{
group_Id
}
and o.OrderState =1 and o.Income >0 and o.CreateTime >='
{
sDate
}
' and o.CreateTime <= '
{
eDate
}
23:59:59'
left join rb_course co on c.CouseId = co.CourseId
WHERE o.Group_Id =
{
group_Id
}
and o.OrderState =1 and o.Income >0 and o.CreateTime >='
{
sDate
}
' and o.CreateTime <= '
{
eDate
}
23:59:59' and co.CateId <>8
and e.Id is null
and o.PreferPrice = (o.Income - o.Refund + o.DiscountMoney + o.PlatformTax)
{
where
}
group by o.OrderId
...
...
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