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
4d1ec91b
Commit
4d1ec91b
authored
Sep 20, 2018
by
Junling Bu
Browse files
fix[litemall-wx-api]: 专题低价未正确显示
parent
db0ab876
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallTopicService.java
View file @
4d1ec91b
...
...
@@ -15,7 +15,7 @@ import java.util.List;
public
class
LitemallTopicService
{
@Resource
private
LitemallTopicMapper
topicMapper
;
private
Column
[]
columns
=
new
Column
[]{
Column
.
id
,
Column
.
title
,
Column
.
subtitle
,
Column
.
picUrl
,
Column
.
readCount
};
private
Column
[]
columns
=
new
Column
[]{
Column
.
id
,
Column
.
title
,
Column
.
subtitle
,
Column
.
price
,
Column
.
picUrl
,
Column
.
readCount
};
public
List
<
LitemallTopic
>
queryList
(
int
offset
,
int
limit
)
{
LitemallTopicExample
example
=
new
LitemallTopicExample
();
...
...
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