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
95b302b8
Commit
95b302b8
authored
Apr 16, 2018
by
Junling Bu
Browse files
fix[litemall-db]: 关键字查询失败。
parent
aec0a97c
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallKeywordService.java
View file @
95b302b8
...
...
@@ -54,7 +54,7 @@ public class LitemallKeywordService {
criteria
.
andDeletedEqualTo
(
false
);
PageHelper
.
startPage
(
page
,
limit
);
return
keywordsMapper
.
selectByExample
Selective
(
example
);
return
keywordsMapper
.
selectByExample
(
example
);
}
public
int
countSelective
(
String
keyword
,
String
url
,
Integer
page
,
Integer
limit
,
String
sort
,
String
order
)
{
...
...
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