|
|
@ -92,7 +92,7 @@ public class ShoppingCartService extends MybatisBaseService<ShoppingCartMapper, |
|
|
|
} |
|
|
|
public ResultBean getGoodsWeight(ShoppingCartQuery query) { |
|
|
|
ResultBean rb=new ResultBean().fail(); |
|
|
|
List<ShoppingCartVo> list= baseMapper.ShoppingCartList(query.getCustomerSid(),query.getAffiliation()); |
|
|
|
List<ShoppingCartVo> list= baseMapper.ShoppingCartList(query.getCustomerSid(),query.getBrandId()); |
|
|
|
double price =0; |
|
|
|
double weight =0; |
|
|
|
for(ShoppingCartVo vo:list){ |
|
|
|