Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
13192ba3
Commit
13192ba3
authored
May 03, 2020
by
Junling Bu
Browse files
#380
parent
e763daa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallGrouponService.java
View file @
13192ba3
...
...
@@ -89,7 +89,7 @@ public class LitemallGrouponService {
*/
public
LitemallGroupon
queryById
(
Integer
userId
,
Integer
id
)
{
LitemallGrouponExample
example
=
new
LitemallGrouponExample
();
example
.
or
().
andIdEqualTo
(
id
).
andUserIdEqualTo
(
i
d
).
andDeletedEqualTo
(
false
);
example
.
or
().
andIdEqualTo
(
id
).
andUserIdEqualTo
(
userI
d
).
andDeletedEqualTo
(
false
);
return
mapper
.
selectOneByExample
(
example
);
}
...
...
Write
Preview
Supports
Markdown
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