|
|
@@ -1844,7 +1844,7 @@ public class Task {
|
|
|
userInformationCollectionService.autoRefund(collection);
|
|
|
Thread.sleep(2000);
|
|
|
} catch (Exception e) {
|
|
|
- logger.info("自动退款失败,订单号:{}", collection.getPackageOrderCode());
|
|
|
+ logger.info("自动退款失败,订单号:{},退款失败原因:{}", collection.getPackageOrderCode(),e.getMessage());
|
|
|
continue;
|
|
|
//throw new RuntimeException(e);
|
|
|
}
|