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
bdbd0e2b
Commit
bdbd0e2b
authored
Jan 27, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
见费出单逻辑-fxj
parent
96511b87
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
EkpSettleStatusVo.java
...u/cloud/plus/v1/yifu/insurances/vo/EkpSettleStatusVo.java
+8
-0
TInsuranceDetailServiceImpl.java
...s/service/insurance/impl/TInsuranceDetailServiceImpl.java
+1
-1
EkpSettleMapper.xml
...ces-biz/src/main/resources/mapper/ekp/EkpSettleMapper.xml
+1
-1
No files found.
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/EkpSettleStatusVo.java
View file @
bdbd0e2b
...
@@ -3,6 +3,8 @@ package com.yifu.cloud.plus.v1.yifu.insurances.vo;
...
@@ -3,6 +3,8 @@ package com.yifu.cloud.plus.v1.yifu.insurances.vo;
import
lombok.Data
;
import
lombok.Data
;
import
java.io.Serializable
;
import
java.io.Serializable
;
import
java.time.LocalDate
;
import
java.time.LocalDateTime
;
/**
/**
* @Description: 查询EKP中的状态,拦截批量保单号保费
* @Description: 查询EKP中的状态,拦截批量保单号保费
...
@@ -38,4 +40,10 @@ public class EkpSettleStatusVo implements Serializable {
...
@@ -38,4 +40,10 @@ public class EkpSettleStatusVo implements Serializable {
**/
**/
private
Double
paymentBalance
;
private
Double
paymentBalance
;
/**
* 待收
**/
private
LocalDateTime
statusUpdateTime
;
}
}
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/service/insurance/impl/TInsuranceDetailServiceImpl.java
View file @
bdbd0e2b
...
@@ -9815,7 +9815,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
...
@@ -9815,7 +9815,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
BeanCopyUtils
.
copyProperties
(
detail
,
detailOld
);
BeanCopyUtils
.
copyProperties
(
detail
,
detailOld
);
detail
.
setPaymentTime
(
DateUtil
.
formatDatePatten
(
new
Date
(),
DateUtil
.
DATETIME_PATTERN_SECOND
));
detail
.
setPaymentTime
(
DateUtil
.
formatDatePatten
(
new
Date
(),
DateUtil
.
DATETIME_PATTERN_SECOND
));
detail
.
setBuyHandleStatus
(
CommonConstants
.
ONE_INT
);
detail
.
setBuyHandleStatus
(
CommonConstants
.
ONE_INT
);
detail
.
setUpdateTime
(
LocalDateTime
.
now
());
detail
.
setUpdateTime
(
vo
.
getStatusUpdateTime
());
detail
.
setPaymentStatus
(
CommonConstants
.
ONE_STRING
);
detail
.
setPaymentStatus
(
CommonConstants
.
ONE_STRING
);
detail
.
setUpdateBy
(
"05501879fed711eca3540242ac110010"
);
detail
.
setUpdateBy
(
"05501879fed711eca3540242ac110010"
);
tBusinessOperateService
.
saveModificationRecord
(
detail
.
getId
(),
detailOld
,
detail
,
"手动拉取缴费:收款结算单已收或垫付同步更新投保状态为待投保"
,
"EKP系统"
);
tBusinessOperateService
.
saveModificationRecord
(
detail
.
getId
(),
detailOld
,
detail
,
"手动拉取缴费:收款结算单已收或垫付同步更新投保状态为待投保"
,
"EKP系统"
);
...
...
yifu-insurances/yifu-insurances-biz/src/main/resources/mapper/ekp/EkpSettleMapper.xml
View file @
bdbd0e2b
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
</select>
</select>
<select
id=
"getSettleStatusFromEkpAssoByIds"
resultType=
"com.yifu.cloud.plus.v1.yifu.insurances.vo.EkpSettleStatusVo"
>
<select
id=
"getSettleStatusFromEkpAssoByIds"
resultType=
"com.yifu.cloud.plus.v1.yifu.insurances.vo.EkpSettleStatusVo"
>
select
select
fd_3adfe6ec6a8cbe settleStatus,fd_3adfe6eda67236 payStatus,fd_3adfe6ef5dfaac paymentStatus,fd_3b0a5743acab7e detailId
fd_3adfe6ec6a8cbe settleStatus,fd_3adfe6eda67236 payStatus,fd_3adfe6ef5dfaac paymentStatus,fd_3b0a5743acab7e detailId
,update_time_status statusUpdateTime
from
from
ekp_insurances_info
ekp_insurances_info
where
where
...
...
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