wjj hace 2 semanas
padre
commit
983fa3e96c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fs-admin/src/main/java/com/fs/his/task/Task.java

+ 1 - 1
fs-admin/src/main/java/com/fs/his/task/Task.java

@@ -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);
                 }