...
|
...
|
@@ -379,7 +379,7 @@ public class BuyerOrderCancelService { |
|
|
try {
|
|
|
bcapt.call();
|
|
|
} catch (Exception e) {
|
|
|
logger.warn("buyerCancelRefund fail uid {}, orderCode {}", uid, orderCode);
|
|
|
logger.warn("buyerCancelRefund fail uid {}, orderCode {}", uid, orderCode,e);
|
|
|
throwServiceException("服务异常");
|
|
|
}
|
|
|
}
|
...
|
...
|
|