Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
antai-sport-http-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
antai-sport
antai-sport-http-server
Commits
2bf58d5a
Commit
2bf58d5a
authored
Jun 09, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化团长管理端
parent
8d249d33
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
SportUserService.java
...rver/mobile/api/business/sport/user/SportUserService.java
+0
-1
No files found.
mobile-api/src/main/java/com/antai/sport/http/server/mobile/api/business/sport/user/SportUserService.java
View file @
2bf58d5a
...
@@ -332,7 +332,6 @@ public class SportUserService {
...
@@ -332,7 +332,6 @@ public class SportUserService {
public
List
<
RespUserInfo
>
getUserInfoByIds
(
List
<
Long
>
ids
)
{
public
List
<
RespUserInfo
>
getUserInfoByIds
(
List
<
Long
>
ids
)
{
QueryWrapper
<
SportUser
>
queryWrapper
=
new
QueryWrapper
<>();
QueryWrapper
<
SportUser
>
queryWrapper
=
new
QueryWrapper
<>();
queryWrapper
.
in
(
"id"
,
ids
);
queryWrapper
.
in
(
"id"
,
ids
);
List
<
SportUser
>
userList
=
sportUserMapper
.
selectList
(
queryWrapper
);
return
getUserInfo
(
queryWrapper
);
return
getUserInfo
(
queryWrapper
);
}
}
...
...
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