"eladmin-tools/src/main/vscode:/vscode.git/clone" did not exist on "0c738b1ef3c8a0ac05d3d5625ffb625c3a383e78"
Commit cfae40ef authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-db]: 删除多余的代码。

parent 2ab0ffc9
...@@ -25,7 +25,6 @@ public class LitemallOrderGoodsService { ...@@ -25,7 +25,6 @@ public class LitemallOrderGoodsService {
public List<LitemallOrderGoods> findByOidAndGid(Integer orderId, Integer goodsId) { public List<LitemallOrderGoods> findByOidAndGid(Integer orderId, Integer goodsId) {
LitemallOrderGoodsExample example = new LitemallOrderGoodsExample(); LitemallOrderGoodsExample example = new LitemallOrderGoodsExample();
example.or().andOrderIdEqualTo(orderId).andGoodsIdEqualTo(goodsId); example.or().andOrderIdEqualTo(orderId).andGoodsIdEqualTo(goodsId);
List<LitemallOrderGoods> orderGoodsList = orderGoodsMapper.selectByExample(example);
return orderGoodsMapper.selectByExample(example); return orderGoodsMapper.selectByExample(example);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment