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
9e1e0d38
Commit
9e1e0d38
authored
Dec 18, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.3-shuiyou 增减接口
parent
714eaffe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
SocialFriendConfig.java
.../cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
+0
-1
TSocialFriendServiceImpl.java
...v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
+8
-0
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
View file @
9e1e0d38
...
@@ -503,7 +503,6 @@ public class SocialFriendConfig {
...
@@ -503,7 +503,6 @@ public class SocialFriendConfig {
backLog
.
setCreateTime
(
LocalDateTime
.
now
());
backLog
.
setCreateTime
(
LocalDateTime
.
now
());
backLog
.
setLogInfo
(
dataResultList
);
backLog
.
setLogInfo
(
dataResultList
);
// 组装返回结果
// 组装返回结果
getResultToVo
(
dataResultList
,
result
);
getResultToVo
(
dataResultList
,
result
);
return
result
;
return
result
;
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialFriendServiceImpl.java
View file @
9e1e0d38
...
@@ -93,6 +93,10 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
...
@@ -93,6 +93,10 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
backLog
=
new
TSocialFriendBackLog
();
backLog
=
new
TSocialFriendBackLog
();
backLog
.
setSocialId
(
socialInfo
.
getId
());
backLog
.
setSocialId
(
socialInfo
.
getId
());
backLog
.
setRequestId
(
socialInfo
.
getYgsRequestId
());
backLog
.
setRequestId
(
socialInfo
.
getYgsRequestId
());
backLog
.
setType
(
1
);
if
(
Common
.
isNotNull
(
socialInfo
.
getDispatchType
())
&&
CommonConstants
.
ONE_STRING
.
equals
(
socialInfo
.
getDispatchType
()))
{
backLog
.
setType
(
2
);
}
info
=
socialFriendConfig
.
getFriendByRequestId
(
restTemplate
,
socialInfo
.
getYgsRequestId
(),
backLog
,
socialInfo
.
getDispatchType
());
info
=
socialFriendConfig
.
getFriendByRequestId
(
restTemplate
,
socialInfo
.
getYgsRequestId
(),
backLog
,
socialInfo
.
getDispatchType
());
logList
.
add
(
backLog
);
logList
.
add
(
backLog
);
if
(
info
!=
null
&&
Common
.
isNotNull
(
info
.
getZt
()))
{
if
(
info
!=
null
&&
Common
.
isNotNull
(
info
.
getZt
()))
{
...
@@ -113,6 +117,10 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
...
@@ -113,6 +117,10 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
backLog
=
new
TSocialFriendBackLog
();
backLog
=
new
TSocialFriendBackLog
();
backLog
.
setSocialId
(
socialInfo
.
getId
());
backLog
.
setSocialId
(
socialInfo
.
getId
());
backLog
.
setRequestId
(
socialInfo
.
getYsdRequestId
());
backLog
.
setRequestId
(
socialInfo
.
getYsdRequestId
());
backLog
.
setType
(
3
);
if
(
Common
.
isNotNull
(
socialInfo
.
getDispatchType
())
&&
CommonConstants
.
ONE_STRING
.
equals
(
socialInfo
.
getDispatchType
()))
{
backLog
.
setType
(
4
);
}
info
=
socialFriendConfig
.
getFriendByRequestId
(
restTemplate
,
socialInfo
.
getYsdRequestId
(),
backLog
,
socialInfo
.
getDispatchType
());
info
=
socialFriendConfig
.
getFriendByRequestId
(
restTemplate
,
socialInfo
.
getYsdRequestId
(),
backLog
,
socialInfo
.
getDispatchType
());
logList
.
add
(
backLog
);
logList
.
add
(
backLog
);
if
(
info
!=
null
&&
Common
.
isNotNull
(
info
.
getZt
()))
{
if
(
info
!=
null
&&
Common
.
isNotNull
(
info
.
getZt
()))
{
...
...
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