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
5916f848
Commit
5916f848
authored
Apr 03, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
b9cae7e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
yd-csf-feign/src/main/java/com/yd/csf/feign/request/salarysplit/ApiSalarySplitSummaryPageRequest.java
+5
-0
yd-csf-service/src/main/resources/mappers/SalarySplitMapper.xml
+3
-1
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/request/salarysplit/ApiSalarySplitSummaryPageRequest.java
View file @
5916f848
...
@@ -25,4 +25,9 @@ public class ApiSalarySplitSummaryPageRequest extends PageDto {
...
@@ -25,4 +25,9 @@ public class ApiSalarySplitSummaryPageRequest extends PageDto {
* 出账月-结束月份
* 出账月-结束月份
*/
*/
private
Integer
endMonth
;
private
Integer
endMonth
;
/**
* 出账机构
*/
private
String
billOrg
;
}
}
yd-csf-service/src/main/resources/mappers/SalarySplitMapper.xml
View file @
5916f848
...
@@ -48,7 +48,9 @@
...
@@ -48,7 +48,9 @@
<if
test=
"request.endMonth != null"
>
<if
test=
"request.endMonth != null"
>
and fa.fortune_account_date
<
DATE_ADD(STR_TO_DATE(CONCAT(#{request.endMonth}, '01'), '%Y%m%d'), INTERVAL 1 MONTH)
and fa.fortune_account_date
<
DATE_ADD(STR_TO_DATE(CONCAT(#{request.endMonth}, '01'), '%Y%m%d'), INTERVAL 1 MONTH)
</if>
</if>
<if
test=
"request.billOrg != null and request.billOrg != ''"
>
and ss.bill_org like concat('%', #{request.billOrg}, '%')
</if>
and ss.is_deleted = 0
and ss.is_deleted = 0
</where>
</where>
</select>
</select>
...
...
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