Browse Source

优化代码 --增加异常错误日志

pull/2/head
pref_mail@163.com 7 months ago
parent
commit
defeaaa57b
  1. 1
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionSignforServiceImpl.java

1
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionSignforServiceImpl.java

@ -1428,6 +1428,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
} }
} }
} catch (Exception e) { } catch (Exception e) {
log.error(" handleReservationNode" ,e);
throw new RuntimeException(e); throw new RuntimeException(e);
} }

Loading…
Cancel
Save