1.添加关注统计的日志
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -780,7 +780,7 @@ public class UserOperationServiceImpl implements UserOperationService { | ... | @@ -780,7 +780,7 @@ public class UserOperationServiceImpl implements UserOperationService { |
780 | 780 | ||
781 | } | 781 | } |
782 | 782 | ||
783 | log.info("保存关注记录,落库对象 [subscribe# wechatSubscribeRecord ==>> {}]", wechatSubscribeRecord); | 783 | log.info("保存关注记录,落库对象 subscribe# wechatSubscribeRecord ==>> {}", wechatSubscribeRecord); |
784 | this.wechatSubscribeRecordService.create(wechatSubscribeRecord); | 784 | this.wechatSubscribeRecordService.create(wechatSubscribeRecord); |
785 | 785 | ||
786 | } | 786 | } | ... | ... |
-
Please register or sign in to post a comment