Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
AutogeneralShanghai
yd-backend
Commits
bcde779f
Commit
bcde779f
authored
Mar 07, 2022
by
wenyang
Committed by
jianan
Mar 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务每月计提季度绩效需求(如果输入了‘来佣比对日期’,那需要查询出该季度计算的发佣数据)
parent
2a5950eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
+1
-1
No files found.
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
View file @
bcde779f
...
...
@@ -141,7 +141,7 @@
<if
test=
"item.commissionPayoutYearmonth != null"
>
and (c.check_yearmonth = #{item.commissionPayoutYearmonth,jdbcType=VARCHAR}
or (t.drop_option_code in(select distinct t.commission_type FROM ag_settlement_rule_base t where t.calculation_method='3' and t.is_active=1)
and QUARTER(CONCAT(c.check_yearmonth,'-01'))=QUARTER(
#{item.commissionPayoutYearmonth,jdbcType=VARCHAR}
)))
and QUARTER(CONCAT(c.check_yearmonth,'-01'))=QUARTER(
CONCAT(#{item.commissionPayoutYearmonth,jdbcType=VARCHAR},'-01')
)))
</if>
<if
test=
"item.predictMonthPeriod != null"
>
and DATE_FORMAT(t.predict_month_period, '%Y-%m') = #{item.predictMonthPeriod,jdbcType=VARCHAR}
...
...
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