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
d5e0d633
Commit
d5e0d633
authored
Apr 01, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.9-20
parent
bd401948
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
IcbcTransactionFlowIssueServiceImpl.java
...ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
+1
-1
TSocialFriendPushServiceImpl.java
...ifu/social/service/impl/TSocialFriendPushServiceImpl.java
+2
-0
TSocialFriendServiceImpl.java
...v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
+1
-0
No files found.
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
View file @
d5e0d633
...
...
@@ -882,7 +882,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
logDetail
.
setFdPayee
(
detailData
.
getFdPayeeName
());
// 收款银行
logDetail
.
setFdRecipientBank
(
detailData
.
getFdRecipientBank
());
if
(
"02"
.
equals
(
data
.
getResult
()))
{
if
(
"02"
.
equals
(
data
.
getResult
())
||
"5"
.
equals
(
data
.
getResult
())
)
{
moneySuccess
=
BigDecimalUtils
.
safeAdd
(
moneySuccess
,
money
);
numSuccess
++;
detailData
.
setFdGrantStatus
(
"发放成功"
);
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialFriendPushServiceImpl.java
View file @
d5e0d633
...
...
@@ -41,6 +41,7 @@ import lombok.AllArgsConstructor;
import
lombok.extern.log4j.Log4j2
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.scheduling.annotation.Async
;
import
org.springframework.scheduling.annotation.EnableAsync
;
import
org.springframework.stereotype.Service
;
import
org.springframework.web.client.RestTemplate
;
...
...
@@ -58,6 +59,7 @@ import java.util.concurrent.atomic.AtomicInteger;
@AllArgsConstructor
@Log4j2
@Service
@EnableAsync
public
class
TSocialFriendPushServiceImpl
extends
ServiceImpl
<
TSocialFriendMapper
,
TSocialInfo
>
implements
TSocialFriendPushService
{
private
RestTemplate
restTemplate
;
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
View file @
d5e0d633
...
...
@@ -52,6 +52,7 @@ import java.util.concurrent.atomic.AtomicInteger;
@AllArgsConstructor
@Log4j2
@Service
@EnableAsync
public
class
TSocialFriendServiceImpl
extends
ServiceImpl
<
TSocialFriendMapper
,
TSocialInfo
>
implements
TSocialFriendService
{
private
RestTemplate
restTemplate
=
new
RestTemplate
();
...
...
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