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

Commit 692e6726 authored by 胡佳晨's avatar 胡佳晨

修改 退款

parent 59fadf72
......@@ -689,7 +689,7 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService {
String[] orderIds = redisUtils.getMasterCode(orderVo.getMasterOrderCode());
for (String orderId : orderIds) {
GoblinStoreOrderVo vo = redisUtils.getGoblinOrder(orderId);
totalPrice = totalPrice.add(vo.getPriceActual().add(vo.getPriceExpress()));
totalPrice = totalPrice.add(vo.getPriceActual());
}
params.add("priceTotal", String.valueOf(totalPrice));
params.add("reason", "按需退款");
......
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