Authored by LUOXC

Merge branch 'hotfix-helper' into test6.9.13

... ... @@ -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("服务异常");
}
}
... ...