Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx-performance
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
姜武杰
clx-performance
Commits
87cb2ba6
提交
87cb2ba6
authored
2月 22, 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
上级
b16f3d32
60013a47
显示空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
33 行增加
和
9 行删除
+33
-9
OwnerLoanRecordEnum.java
...a/com/clx/performance/enums/loan/OwnerLoanRecordEnum.java
+0
-1
PageCarrierOwnerLoanRecordParam.java
...aram/pc/loan/carrier/PageCarrierOwnerLoanRecordParam.java
+1
-1
PageOwnerLoanRecordOfOwner.java
...nce/param/pc/loan/carrier/PageOwnerLoanRecordOfOwner.java
+2
-1
CarrierOwnerOrderPaymentDetailVO.java
.../vo/pc/loan/carrier/CarrierOwnerOrderPaymentDetailVO.java
+1
-1
ExportOwnerLoanRecordVO.java
...rformance/vo/pc/loan/carrier/ExportOwnerLoanRecordVO.java
+2
-2
OwnerLoanRecordVO.java
...clx/performance/vo/pc/loan/carrier/OwnerLoanRecordVO.java
+2
-2
RabbitBeanConfig.java
...ain/java/com/clx/performance/config/RabbitBeanConfig.java
+20
-0
RabbitKeyConstants.java
...java/com/clx/performance/constant/RabbitKeyConstants.java
+4
-0
OwnerLoanRecord.java
.../java/com/clx/performance/model/loan/OwnerLoanRecord.java
+1
-1
没有找到文件。
performance-api/src/main/java/com/clx/performance/enums/loan/OwnerLoanRecordEnum.java
浏览文件 @
87cb2ba6
...
...
@@ -10,7 +10,6 @@ import java.util.Optional;
public
enum
OwnerLoanRecordEnum
{
;
//“待审批”,“审批通过”,“审批拒绝”,“付款中”,“付款成功”,“付款失败”
@Getter
@AllArgsConstructor
public
enum
Status
{
...
...
performance-api/src/main/java/com/clx/performance/param/pc/loan/carrier/PageCarrierOwnerLoanRecordParam.java
浏览文件 @
87cb2ba6
...
...
@@ -31,6 +31,6 @@ public class PageCarrierOwnerLoanRecordParam extends PageParam {
@ApiModelProperty
(
"借款类型 1:虚拟货币 2:资金"
)
private
Integer
loanType
;
@ApiModelProperty
(
"10 待审批 20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
@ApiModelProperty
(
"10 待审批
15 待付款
20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
private
Integer
status
;
}
performance-api/src/main/java/com/clx/performance/param/pc/loan/carrier/PageOwnerLoanRecordOfOwner.java
浏览文件 @
87cb2ba6
...
...
@@ -25,7 +25,7 @@ public class PageOwnerLoanRecordOfOwner extends PageParam {
@ApiModelProperty
(
value
=
"借款类型 1:虚拟货币 2:资金"
,
example
=
"1"
)
private
Integer
loanType
;
@ApiModelProperty
(
value
=
"10 待审批 20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
,
example
=
"1"
)
@ApiModelProperty
(
value
=
"10 待审批
15 待付款
20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
,
example
=
"1"
)
private
Integer
status
;
}
\ No newline at end of file
performance-api/src/main/java/com/clx/performance/vo/pc/loan/carrier/CarrierOwnerOrderPaymentDetailVO.java
浏览文件 @
87cb2ba6
...
...
@@ -43,7 +43,7 @@ public class CarrierOwnerOrderPaymentDetailVO {
@ApiModelProperty
(
"10 待审批 20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
@ApiModelProperty
(
"10 待审批
15 待付款
20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
private
Integer
status
;
@ApiModelProperty
(
"订单支付状态 10 待付款 40 付款中 50 付款成功 60 付款失败"
)
...
...
performance-api/src/main/java/com/clx/performance/vo/pc/loan/carrier/ExportOwnerLoanRecordVO.java
浏览文件 @
87cb2ba6
...
...
@@ -95,11 +95,11 @@ public class ExportOwnerLoanRecordVO {
private
String
payeeBankCode
;
@ApiModelProperty
(
"10 待审批 20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
@ApiModelProperty
(
"10 待审批
15 待付款
20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
private
Integer
status
;
@ApiModelProperty
(
"10 待审批 20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
@ApiModelProperty
(
"10 待审批
15 待付款
20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
private
String
statusMsg
;
public
String
getStatusMsg
(){
...
...
performance-api/src/main/java/com/clx/performance/vo/pc/loan/carrier/OwnerLoanRecordVO.java
浏览文件 @
87cb2ba6
...
...
@@ -91,11 +91,11 @@ public class OwnerLoanRecordVO {
private
String
payeeBankCode
;
@ApiModelProperty
(
"10 待审批 20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
@ApiModelProperty
(
"10 待审批
15 待付款
20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
private
Integer
status
;
@ApiModelProperty
(
"10 待审批 20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
@ApiModelProperty
(
"10 待审批
15 待付款
20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
private
String
statusMsg
;
public
String
getStatusMsg
(){
...
...
performance-web/src/main/java/com/clx/performance/config/RabbitBeanConfig.java
浏览文件 @
87cb2ba6
...
...
@@ -200,4 +200,24 @@ public class RabbitBeanConfig {
public
Binding
ownerLoanBind
()
{
return
BindingBuilder
.
bind
(
ownerLoanQueue
()).
to
(
ownerLoanExchange
()).
with
(
RabbitKeyConstants
.
OWNER_LOAN_ROUTE_KEY
);
}
/**
* 货主还款队列
* @return
*/
@Bean
public
Queue
ownerRepaymentQueue
()
{
return
new
Queue
(
RabbitKeyConstants
.
OWNER_REPAYMENT_QUEUE
,
true
,
false
,
false
);
}
/**
* 货主还款bind
* @return
*/
@Bean
public
Binding
ownerRepaymentBind
()
{
return
BindingBuilder
.
bind
(
ownerLoanQueue
()).
to
(
ownerLoanExchange
()).
with
(
RabbitKeyConstants
.
OWNER_REPAYMENT_ROUTE_KEY
);
}
}
performance-web/src/main/java/com/clx/performance/constant/RabbitKeyConstants.java
浏览文件 @
87cb2ba6
...
...
@@ -93,4 +93,8 @@ public class RabbitKeyConstants {
public
static
final
String
OWNER_LOAN_ROUTE_KEY
=
"clx-performance.loan.route.key"
;
public
static
final
String
OWNER_LOAN_QUEUE
=
"clx-performance.loan.queue"
;
public
static
final
String
OWNER_REPAYMENT_QUEUE
=
"clx-performance.owner.repayment.queue"
;
public
static
final
String
OWNER_REPAYMENT_ROUTE_KEY
=
"clx-performance.owner.repayment.route.key"
;
}
performance-web/src/main/java/com/clx/performance/model/loan/OwnerLoanRecord.java
浏览文件 @
87cb2ba6
...
...
@@ -138,7 +138,7 @@ public class OwnerLoanRecord implements HasKey<Integer> {
private
String
payeeBankCode
;
@TableField
(
"status"
)
@ApiModelProperty
(
"10 待审批 20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
@ApiModelProperty
(
"10 待审批
15 待付款
20 审批通过 30 审批拒绝 40 付款中 50 付款成功 60 付款失败 "
)
private
Integer
status
;
@TableField
(
"approve_time"
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论