Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
fe4ea0ab
Commit
fe4ea0ab
authored
Nov 27, 2025
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新单跟进107
parent
4d3dc5a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
yd-csf-service/src/main/java/com/yd/csf/service/service/impl/CommissionServiceImpl.java
+2
-2
No files found.
yd-csf-service/src/main/java/com/yd/csf/service/service/impl/CommissionServiceImpl.java
View file @
fe4ea0ab
...
...
@@ -84,9 +84,9 @@ public class CommissionServiceImpl extends ServiceImpl<CommissionMapper, Commiss
if
(
commissionDateStart
!=
null
&&
commissionDateEnd
!=
null
)
{
queryWrapper
.
between
(
"commission_date"
,
commissionDateStart
,
commissionDateEnd
);
}
// 查询预计入账日期及之前的记录
// 查询预计入账日期及之前的记录
, 关联查询 commission_expected 表
if
(
expectedDate
!=
null
)
{
queryWrapper
.
lt
(
"expected_date
"
,
expectedDate
);
queryWrapper
.
apply
(
"exists (select 1 from commission_expected where commission_expected_biz_id = commission.commission_expected_biz_id and commission_date <= {0} and status = {1})
"
,
expectedDate
);
}
queryWrapper
.
orderByDesc
(
"id"
);
...
...
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