Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
向汉
/
uc-consumer
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
4e1995d9
...
4e1995d9120a5a40def59633337ccb73540fb677
authored
2022-04-21 22:46:40 +0800
by
xianghan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.update
1 parent
fb467741
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/topdraw/business/module/user/weixin/service/impl/UserWeixinServiceImpl.java
src/main/java/com/topdraw/business/module/user/weixin/service/impl/UserWeixinServiceImpl.java
View file @
4e1995d
...
...
@@ -67,7 +67,7 @@ public class UserWeixinServiceImpl implements UserWeixinService {
@Override
@Transactional
(
rollbackFor
=
Exception
.
class
)
public
void
updateTime
(
UserWeixin
resources
)
{
log
.
info
(
"updateTime ==>> resources ==>> [{}]"
,
resources
);
log
.
info
(
"updateTime ==>> resources ==>> [{}]"
,
resources
);
String
appid
=
resources
.
getAppid
();
String
openid
=
resources
.
getOpenid
();
UserWeixin
userWeixin
=
UserWeixinRepository
.
findFirstByAppidAndOpenid
(
appid
,
openid
).
orElseGet
(
UserWeixin:
:
new
);
...
...
Please
register
or
sign in
to post a comment