Authored by LUOXC

add log

@@ -146,6 +146,7 @@ class BuyerOrderCancelHandler { @@ -146,6 +146,7 @@ class BuyerOrderCancelHandler {
146 } 146 }
147 // 更新订单状态成功 147 // 更新订单状态成功
148 if (updateBuyerOrderStatus()) { 148 if (updateBuyerOrderStatus()) {
  149 + log.info("cancel order {} from {} to {} success", orderCode, expectStatus, targetStatus);
149 refundCoupon(); 150 refundCoupon();
150 transfer(); 151 transfer();
151 refundPayGoodsMoney(buyerOrder); 152 refundPayGoodsMoney(buyerOrder);