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
c13d9230
Commit
c13d9230
authored
Mar 21, 2020
by
Junling Bu
Browse files
fix[litemall-wx-api]: 解决潜在的警告信息
parent
2d5b4e0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/src/main/java/org/linlinjava/litemall/wx/service/WxGrouponRuleService.java
View file @
c13d9230
...
...
@@ -32,7 +32,7 @@ public class WxGrouponRuleService {
public
List
<
GrouponRuleVo
>
queryList
(
Integer
page
,
Integer
size
,
String
sort
,
String
order
)
{
Page
<
LitemallGrouponRules
>
grouponRulesList
=
(
Page
)
grouponRulesService
.
queryList
(
page
,
size
,
sort
,
order
);
Page
<
LitemallGrouponRules
>
grouponRulesList
=
(
Page
<
LitemallGrouponRules
>
)
grouponRulesService
.
queryList
(
page
,
size
,
sort
,
order
);
Page
<
GrouponRuleVo
>
grouponList
=
new
Page
<
GrouponRuleVo
>();
grouponList
.
setPages
(
grouponRulesList
.
getPages
());
...
...
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