GITLAB
陆恒
/ new_catcafe
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a696d23cb3ab39c3c0f4fefc56a5602117c3c579
Authored by
陆恒
2020-05-09 17:18:00 +0800
1 parent
3afa305d
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/mysql/dbmysql.go
Side-by-side Diff
Inline Diff
src/mysql/dbmysql.go
Wrap text
Diff comments
View file @
a696d23
...
...
@@ -206,6 +206,6 @@ func QueryInvite(uuid int) ([]QuerInviteDesc,error){
206
206
}
207
207
}
208
208
}
209
-
209
+
210
210
return rtslice,nil
211
211
}
212
212
\ No newline at end of file
...
...