Commit 1146b4b3 by xiaoer.li@freemud.com

Merge remote-tracking branch 'remotes/origin/feature/促销算价基于最新master的分支' into qa

parents 7390b074 f031f802
......@@ -198,7 +198,7 @@ public class CalculationSharingCartService {
long row = 0L;
if (CollectionUtils.isEmpty(cartGoods.getProductGroupList())) continue;
for (CartGoods.ComboxGoods com : cartGoods.getProductGroupList()) {
row += com.getAmount();
row += com.getAmount() * com.getQty();
}
cartGoods.setAmount(cartGoods.getAmount()+row);
}
......
Markdown is supported
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