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
cfae40ef
Commit
cfae40ef
authored
Apr 01, 2018
by
Junling Bu
Browse files
fix[litemall-db]: 删除多余的代码。
parent
2ab0ffc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/java/org/linlinjava/litemall/db/service/LitemallOrderGoodsService.java
View file @
cfae40ef
...
...
@@ -25,7 +25,6 @@ public class LitemallOrderGoodsService {
public
List
<
LitemallOrderGoods
>
findByOidAndGid
(
Integer
orderId
,
Integer
goodsId
)
{
LitemallOrderGoodsExample
example
=
new
LitemallOrderGoodsExample
();
example
.
or
().
andOrderIdEqualTo
(
orderId
).
andGoodsIdEqualTo
(
goodsId
);
List
<
LitemallOrderGoods
>
orderGoodsList
=
orderGoodsMapper
.
selectByExample
(
example
);
return
orderGoodsMapper
.
selectByExample
(
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