Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx-performance
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
姜武杰
clx-performance
Commits
1ee95737
提交
1ee95737
authored
2月 26, 2024
作者:
huyufan
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/v10.7_borrowing_and_repayment_20240118'…
Merge remote-tracking branch 'origin/v10.7_borrowing_and_repayment_20240118' into v10.7_borrowing_and_repayment_20240118
上级
fd494c5c
1624102c
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
4 行删除
+9
-4
CarrierOwnerLoanAccountVO.java
...ormance/vo/pc/loan/carrier/CarrierOwnerLoanAccountVO.java
+6
-1
OwnerLoanRecordServiceImpl.java
...ormance/service/impl/loan/OwnerLoanRecordServiceImpl.java
+3
-3
没有找到文件。
performance-api/src/main/java/com/clx/performance/vo/pc/loan/carrier/CarrierOwnerLoanAccountVO.java
浏览文件 @
1ee95737
package
com
.
clx
.
performance
.
vo
.
pc
.
loan
.
carrier
;
package
com
.
clx
.
performance
.
vo
.
pc
.
loan
.
carrier
;
import
com.clx.performance.enums.OwnerAccountEnum
;
import
com.fasterxml.jackson.annotation.JsonIgnore
;
import
com.fasterxml.jackson.annotation.JsonIgnore
;
import
com.msl.common.convertor.type.MoneyOutConvert
;
import
com.msl.common.convertor.type.MoneyOutConvert
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
...
@@ -32,7 +33,11 @@ public class CarrierOwnerLoanAccountVO {
...
@@ -32,7 +33,11 @@ public class CarrierOwnerLoanAccountVO {
@ApiModelProperty
(
value
=
"联系电话"
,
example
=
"13000000000"
)
@ApiModelProperty
(
value
=
"联系电话"
,
example
=
"13000000000"
)
private
String
mobile
;
private
String
mobile
;
@ApiModelProperty
(
value
=
"默认 3:借款账户"
,
example
=
"3"
)
@ApiModelProperty
(
value
=
"默认 3:借款账户"
,
example
=
"3"
)
private
Integer
accountType
;
private
String
accountType
;
public
String
getAccountType
(){
return
OwnerAccountEnum
.
AccountTypeStatus
.
LOAN_ACCOUNT
.
getMsg
();
}
@ApiModelProperty
(
value
=
"账户余额 (元) "
,
example
=
"1.23"
)
@ApiModelProperty
(
value
=
"账户余额 (元) "
,
example
=
"1.23"
)
private
BigDecimal
amount
;
private
BigDecimal
amount
;
...
...
performance-web/src/main/java/com/clx/performance/service/impl/loan/OwnerLoanRecordServiceImpl.java
浏览文件 @
1ee95737
...
@@ -411,7 +411,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
...
@@ -411,7 +411,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
PerformanceResultEnum
.
DATA_NOT_FIND
);
PerformanceResultEnum
.
DATA_NOT_FIND
);
CarrierOwnerOrderPaymentDetailVO
vo
=
ownerLoanRecordStruct
.
convertOrderPaymentDetail
(
ownerLoanRecord
);
CarrierOwnerOrderPaymentDetailVO
vo
=
ownerLoanRecordStruct
.
convertOrderPaymentDetail
(
ownerLoanRecord
);
vo
.
setPayer
(
ownerLoanRecord
.
getBorrower
());
vo
.
setPayer
(
ownerLoanRecord
.
getBorrower
());
vo
.
setPayerAccount
(
ownerLoanRecord
.
get
Payee
Account
());
vo
.
setPayerAccount
(
ownerLoanRecord
.
get
Borrower
Account
());
ClxPayeeConfig
.
PayeeConfig
payeeMap
=
ClxPayeeConfig
.
getPayee
(
ClxPayeeConfig
.
XXH_ID
);
ClxPayeeConfig
.
PayeeConfig
payeeMap
=
ClxPayeeConfig
.
getPayee
(
ClxPayeeConfig
.
XXH_ID
);
vo
.
setPayee
(
payeeMap
.
getName
());
vo
.
setPayee
(
payeeMap
.
getName
());
vo
.
setPayeeAccount
(
payeeMap
.
getAccount
());
vo
.
setPayeeAccount
(
payeeMap
.
getAccount
());
...
@@ -578,7 +578,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
...
@@ -578,7 +578,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
BankTrade
bankTrade
=
bankTradeDao
.
selectByMerchantRunningWaterNo
(
merSeqNo
).
get
();
BankTrade
bankTrade
=
bankTradeDao
.
selectByMerchantRunningWaterNo
(
merSeqNo
).
get
();
OwnerLoanRecord
ownerLoanRecord
=
ownerLoanRecordDao
.
getOneByField
(
OwnerLoanRecord:
:
getLoanNo
,
bankTrade
.
getRelationNo
())
OwnerLoanRecord
ownerLoanRecord
=
ownerLoanRecordDao
.
getOneByField
(
OwnerLoanRecord:
:
getLoanNo
,
bankTrade
.
getRelationNo
())
.
orElseThrow
(
PerformanceResultEnum
.
DATA_NOT_FIND
);
.
orElseThrow
(
PerformanceResultEnum
.
DATA_NOT_FIND
);
if
(
Objects
.
equals
(
ownerLoanRecord
.
getStatus
(),
OwnerLoanRecordEnum
.
Status
.
PAYING
.
getCode
()))
{
if
(
!
Objects
.
equals
(
ownerLoanRecord
.
getStatus
(),
OwnerLoanRecordEnum
.
Status
.
PAYING
.
getCode
()))
{
log
.
info
(
"借款单非支付中状态, loanNo:{}"
,
bankTrade
.
getRelationNo
());
log
.
info
(
"借款单非支付中状态, loanNo:{}"
,
bankTrade
.
getRelationNo
());
return
;
return
;
}
}
...
@@ -597,7 +597,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
...
@@ -597,7 +597,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
OwnerLoanRecord
ownerLoanRecord
=
ownerLoanRecordDao
.
getOneByField
(
OwnerLoanRecord:
:
getLoanNo
,
bankTrade
.
getRelationNo
())
OwnerLoanRecord
ownerLoanRecord
=
ownerLoanRecordDao
.
getOneByField
(
OwnerLoanRecord:
:
getLoanNo
,
bankTrade
.
getRelationNo
())
.
orElseThrow
(
PerformanceResultEnum
.
DATA_NOT_FIND
);
.
orElseThrow
(
PerformanceResultEnum
.
DATA_NOT_FIND
);
if
(
Objects
.
equals
(
ownerLoanRecord
.
getStatus
(),
OwnerLoanRecordEnum
.
Status
.
PAYING
.
getCode
()))
{
if
(
!
Objects
.
equals
(
ownerLoanRecord
.
getStatus
(),
OwnerLoanRecordEnum
.
Status
.
PAYING
.
getCode
()))
{
log
.
info
(
"借款单非支付中状态, loanNo:{}"
,
ownerLoanRecord
.
getLoanNo
());
log
.
info
(
"借款单非支付中状态, loanNo:{}"
,
ownerLoanRecord
.
getLoanNo
());
return
;
return
;
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论