Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
cc1f3430
Commit
cc1f3430
authored
Jan 20, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EKP项目是否BPO结算模式字段同步-fxj
parent
59dc1a92
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
0 deletions
+23
-0
TSettleDomain.java
...ifu/cloud/plus/v1/yifu/archives/entity/TSettleDomain.java
+6
-0
ProjectSetInfoVo.java
...yifu/cloud/plus/v1/yifu/archives/vo/ProjectSetInfoVo.java
+6
-0
TSettleDomainEkpVo.java
...fu/cloud/plus/v1/yifu/archives/vo/TSettleDomainEkpVo.java
+6
-0
TSettleDomainMapper.xml
...ves-biz/src/main/resources/mapper/TSettleDomainMapper.xml
+5
-0
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/entity/TSettleDomain.java
View file @
cc1f3430
...
...
@@ -504,6 +504,12 @@ public class TSettleDomain extends BaseEntity {
@ExcelIgnore
private
String
bpoFlag
;
/**
* EKP的 是否启用BPO结算模式: 是 否
*/
@Schema
(
description
=
"是否启用BPO结算模式"
,
name
=
"bpoEnable"
)
private
String
bpoEnable
;
/**
* EKP的服务团队 : 存
*/
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/ProjectSetInfoVo.java
View file @
cc1f3430
...
...
@@ -108,6 +108,12 @@ public class ProjectSetInfoVo implements Serializable {
@ExcelIgnore
private
String
bpoFlag
;
/**
* EKP的 是否启用BPO结算模式: 是 否
*/
@Schema
(
description
=
"是否启用BPO结算模式"
,
name
=
"bpoEnable"
)
private
String
bpoEnable
;
/**
* MVP1.7.11 增加: 服务项目
*/
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TSettleDomainEkpVo.java
View file @
cc1f3430
...
...
@@ -425,6 +425,12 @@ public class TSettleDomainEkpVo implements Serializable {
@Schema
(
description
=
"是否BPO"
,
name
=
"bpoFlag"
)
private
String
bpoFlag
;
/**
* EKP的 是否启用BPO结算模式: 是 否
*/
@Schema
(
description
=
"是否启用BPO结算模式"
,
name
=
"bpoEnable"
)
private
String
bpoEnable
;
/**
* EKP的服务团队 : 存
*/
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TSettleDomainMapper.xml
View file @
cc1f3430
...
...
@@ -90,6 +90,7 @@
<result
property=
"riskServerItem"
column=
"RISK_SERVER_ITEM"
/>
<result
property=
"unitSeriousIllnessProp"
column=
"UNIT_SERIOUS_ILLNESS_PROP"
/>
<result
property=
"bpoFlag"
column=
"BPO_FLAG"
/>
<result
property=
"bpoEnable"
column=
"BPO_ENABLE"
/>
<result
property=
"buBelong"
column=
"BU_BELONG"
/>
<result
property=
"firstIndicatorBelong"
column=
"FIRST_INDICATOR_BELONG"
/>
<result
property=
"secondIndicatorBelong"
column=
"SECOND_INDICATOR_BELONG"
/>
...
...
@@ -187,6 +188,7 @@
a.RISK_SERVER_ITEM,
a.UNIT_SERIOUS_ILLNESS_PROP,
a.BPO_FLAG,
a.BPO_ENABLE,
a.BU_BELONG,
a.ISSUE_STATUS,
a.FIRST_INDICATOR_BELONG,
...
...
@@ -229,6 +231,7 @@
<result
property=
"commitUserName"
column=
"COMMIT_USER_NAME"
/>
<result
property=
"stopFlag"
column=
"STOP_FLAG"
/>
<result
property=
"bpoFlag"
column=
"BPO_FLAG"
/>
<result
property=
"bpoEnable"
column=
"BPO_ENABLE"
/>
<!-- 2025-01-10 FXJ V1.7.5 -->
<result
property=
"hasContainRisks"
column=
"HAS_CONTAIN_RISKS"
/>
...
...
@@ -444,6 +447,7 @@
a.RISK_SERVER_ITEM,
a.UNIT_SERIOUS_ILLNESS_PROP,
a.BPO_FLAG,
a.BPO_ENABLE,
a.BU_BELONG,
a.ISSUE_STATUS,
a.FIRST_INDICATOR_BELONG,
...
...
@@ -506,6 +510,7 @@
a.INVOICE_TITLE_SALARY,
a.INVOICE_TITLE_INSURANCE,
a.BPO_FLAG,
a.BPO_ENABLE,
a.SERVER_ITEM
FROM t_settle_domain a
where a.DELETE_FLAG = '0'
...
...
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