记得上下班打卡 | git大法好,push需谨慎

Commit 41fb55f6 authored by 胡佳晨's avatar 胡佳晨

修改压测

parent 12bf7cdd
......@@ -685,7 +685,7 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService {
BigDecimal totalPrice = BigDecimal.ZERO;
String[] orderIds = redisUtils.getMasterCode( orderVo.getOrderId());
String[] orderIds = redisUtils.getMasterCode(orderVo.getMasterOrderCode());
for (String orderId:orderIds){
GoblinStoreOrderVo vo = redisUtils.getGoblinOrder(orderId);
totalPrice = totalPrice.add(vo.getPriceActual());
......
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