|
|
@@ -1595,9 +1595,7 @@ public class HanaOrderComponent {
|
|
|
} catch (SQLException ex) {
|
|
|
log.error("事务回滚失败", ex);
|
|
|
}
|
|
|
- String name = "meta_hana_deliver_order订单表同步异常";
|
|
|
- userOrderAuthorService.sendMailHanaWarning(name);
|
|
|
- log.error(name + ", 文件路径: " + Global.getTemdataPath() + "deliverOrder/", e);
|
|
|
+
|
|
|
throw new RuntimeException(e);
|
|
|
} finally {
|
|
|
try {
|