Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-server
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
licc
data-server
Commits
7fd98a1d
Commit
7fd98a1d
authored
Mar 08, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
f0496c04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
UserServiceImpl.java
...n/java/cn/wisenergy/service/app/impl/UserServiceImpl.java
+0
-1
No files found.
wisenergy-service/src/main/java/cn/wisenergy/service/app/impl/UserServiceImpl.java
View file @
7fd98a1d
...
@@ -230,7 +230,6 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
...
@@ -230,7 +230,6 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
return
R
.
ok
(
0
,
true
);
return
R
.
ok
(
0
,
true
);
}
}
@Override
public
R
<
Boolean
>
fillInInviteCode
(
String
userId
,
String
inviteCode
)
{
public
R
<
Boolean
>
fillInInviteCode
(
String
userId
,
String
inviteCode
)
{
log
.
info
(
"shop-mall[]UserServiceImpl[]fillInInviteCode[]input.param.userId,inviteCode:"
+
userId
,
inviteCode
);
log
.
info
(
"shop-mall[]UserServiceImpl[]fillInInviteCode[]input.param.userId,inviteCode:"
+
userId
,
inviteCode
);
if
(
StringUtils
.
isBlank
(
userId
)
||
StringUtils
.
isBlank
(
inviteCode
))
{
if
(
StringUtils
.
isBlank
(
userId
)
||
StringUtils
.
isBlank
(
inviteCode
))
{
...
...
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