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
a2c01127
Commit
a2c01127
authored
May 22, 2026
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应付明细14
parent
78afba48
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
yd-csf-feign/src/main/java/com/yd/csf/feign/response/expectedfortune/ApiExpectedFortunePageResponse.java
+1
-1
yd-csf-service/src/main/java/com/yd/csf/service/model/ExpectedFortune.java
+2
-2
yd-csf-service/src/main/resources/mappers/ExpectedFortuneMapper.xml
+2
-0
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/response/expectedfortune/ApiExpectedFortunePageResponse.java
View file @
a2c01127
...
...
@@ -51,7 +51,7 @@ public class ApiExpectedFortunePageResponse {
private
String
brokerGradeName
;
@Schema
(
description
=
"关联人员"
)
private
String
a
ssociatedPerson
;
private
String
a
mountSourceName
;
@Schema
(
description
=
"团队名称"
)
private
String
team
;
...
...
yd-csf-service/src/main/java/com/yd/csf/service/model/ExpectedFortune.java
View file @
a2c01127
...
...
@@ -133,13 +133,13 @@ public class ExpectedFortune implements Serializable {
private
String
fortuneType
;
/**
* 奖金来源id(类型:转介人等,如果是转介人,这里就是这个奖来自这个转介人身上的)
* 奖金来源
人
id(类型:转介人等,如果是转介人,这里就是这个奖来自这个转介人身上的)
*/
@TableField
(
"amount_source_id"
)
private
String
amountSourceId
;
/**
* 奖金来源名称(类型:转介人等)
* 奖金来源
人
名称(类型:转介人等)
*/
@TableField
(
"amount_source_name"
)
private
String
amountSourceName
;
...
...
yd-csf-service/src/main/resources/mappers/ExpectedFortuneMapper.xml
View file @
a2c01127
...
...
@@ -163,6 +163,7 @@
ef.broker_biz_id,
ef.team,
ef.team_biz_id,
ef.amount_source_name,
ef.fortune_name,
ef.fortune_type,
ef.broker_ratio,
...
...
@@ -221,6 +222,7 @@
f.broker_biz_id,
f.team,
f.team_biz_id,
NULL as amount_source_name,
f.fortune_name,
f.fortune_type,
NULL as broker_ratio,
...
...
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