Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
向汉
/
uc-engine
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8292c0b7
...
8292c0b7be8cf987b6d33495abe038105e0b0fe3
authored
2022-08-08 20:19:42 +0800
by
xianghan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.添加关注统计的日志
1 parent
fdd7f7f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
member-service-impl/src/main/java/com/topdraw/business/process/service/impl/UserOperationServiceImpl.java
member-service-impl/src/main/java/com/topdraw/business/process/service/impl/UserOperationServiceImpl.java
View file @
8292c0b
...
...
@@ -780,7 +780,7 @@ public class UserOperationServiceImpl implements UserOperationService {
}
log
.
info
(
"保存关注记录,落库对象
[subscribe# wechatSubscribeRecord ==>> {}]
"
,
wechatSubscribeRecord
);
log
.
info
(
"保存关注记录,落库对象
subscribe# wechatSubscribeRecord ==>> {}
"
,
wechatSubscribeRecord
);
this
.
wechatSubscribeRecordService
.
create
(
wechatSubscribeRecord
);
}
...
...
Please
register
or
sign in
to post a comment