Commit cfae40ef authored by Junling Bu's avatar Junling Bu
Browse files

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

parent 2ab0ffc9
......@@ -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);
}
......
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