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

Commit 11aa2ea9 authored by 胡佳晨's avatar 胡佳晨

修改 sweet

parent 50ce510b
...@@ -85,6 +85,7 @@ public class KylinRefundsStatusServiceImpl { ...@@ -85,6 +85,7 @@ public class KylinRefundsStatusServiceImpl {
orderObject orderObject
); );
dataUtils.delOrderTicketRedis(orderTicketsId); dataUtils.delOrderTicketRedis(orderTicketsId);
log.info("orderInfo.getUserId() = "+ orderInfo.getUserId());
orderUtils.resetOrderListVo(orderInfo.getUserId(), 2, orderTicketsId, null); orderUtils.resetOrderListVo(orderInfo.getUserId(), 2, orderTicketsId, null);
...@@ -223,6 +224,7 @@ public class KylinRefundsStatusServiceImpl { ...@@ -223,6 +224,7 @@ public class KylinRefundsStatusServiceImpl {
orderObject orderObject
); );
dataUtils.delOrderTicketRedis(orderInfo.getOrderTicketsId()); dataUtils.delOrderTicketRedis(orderInfo.getOrderTicketsId());
log.info("orderInfo.getUserId() = "+ orderInfo.getUserId());
orderUtils.resetOrderListVo(orderInfo.getUserId(), 2, orderInfo.getOrderTicketsId(), null); orderUtils.resetOrderListVo(orderInfo.getUserId(), 2, orderInfo.getOrderTicketsId(), null);
......
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