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
e58736b9
Commit
e58736b9
authored
Nov 29, 2024
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.2' into MVP1.7.2
parents
d90d54d9
5bb56cde
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
IcbcTransactionFlowIssueServiceImpl.java
...ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
+3
-2
EkpBankGrantDetailMapper.xml
...iz/src/main/resources/mapper/EkpBankGrantDetailMapper.xml
+2
-2
No files found.
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
View file @
e58736b9
...
@@ -909,10 +909,11 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
...
@@ -909,10 +909,11 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
}
else
if
(
"05"
.
equals
(
responseV1
.
getStatus
()))
{
}
else
if
(
"05"
.
equals
(
responseV1
.
getStatus
()))
{
main
=
new
EkpBankPayTask
();
main
=
new
EkpBankPayTask
();
main
.
setFdId
(
vo
.
getFdId
());
main
.
setFdId
(
vo
.
getFdId
());
main
.
setFdGrantStatus
(
"拒绝授权"
);
// 2024-11-29 16:55:32 经 项目经理王鹏 与 产品经理 孙兆松 沟通,将 “银企付款任务”列表的“发放状态”的值,由“拒绝授权”改为“处理失败”。
main
.
setFdGrantStatus
(
"处理失败"
);
main
.
setFdErrorMsg
(
responseV1
.
getErrordesc
());
main
.
setFdErrorMsg
(
responseV1
.
getErrordesc
());
ekpBankPayTaskService
.
updateById
(
main
);
ekpBankPayTaskService
.
updateById
(
main
);
// 更新明细状态为 发放失败,原因为
拒绝授权
// 更新明细状态为 发放失败,原因为
处理失败
//ekpBankGrantDetailService.updateStatusByGrantFail(vo.getFdId())
//ekpBankGrantDetailService.updateStatusByGrantFail(vo.getFdId())
}
}
}
}
...
...
yifu-ekp/yifu-ekp-biz/src/main/resources/mapper/EkpBankGrantDetailMapper.xml
View file @
e58736b9
...
@@ -112,9 +112,9 @@
...
@@ -112,9 +112,9 @@
update ekp_bank_grant_detail a set a.fd_create_time = NOW(),a.fd_grant_status='发放中' where a.fd_parent_id = #{fdParentId}
update ekp_bank_grant_detail a set a.fd_create_time = NOW(),a.fd_grant_status='发放中' where a.fd_parent_id = #{fdParentId}
</update>
</update>
<!-- 主表
拒绝授权时,批量更新明细表为发放失败,原因为拒绝授权
-->
<!-- 主表
处理失败时,批量更新明细表为发放失败,原因为处理失败
-->
<update
id=
"updateStatusByGrantFail"
>
<update
id=
"updateStatusByGrantFail"
>
update ekp_bank_grant_detail a set a.fd_grant_status='发放失败',a.fd_failure_feedback = '
拒绝授权
' where a.fd_parent_id = #{fdParentId}
update ekp_bank_grant_detail a set a.fd_grant_status='发放失败',a.fd_failure_feedback = '
处理失败
' where a.fd_parent_id = #{fdParentId}
</update>
</update>
<select
id=
"getListByParentId"
resultMap=
"ekpBankGrantDetailMap"
>
<select
id=
"getListByParentId"
resultMap=
"ekpBankGrantDetailMap"
>
...
...
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