diff --git a/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentQueryRun.java b/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentQueryRun.java index 4a787d831..c81dab58d 100644 --- a/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentQueryRun.java +++ b/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentQueryRun.java @@ -336,8 +336,8 @@ public class AllinpayPaymentQueryRun implements Runnable{ } tx.commit(); }catch (Exception e){ - e.printStackTrace(); if(tx!=null)tx.rollback(); + throw e; } } public void insertMessage(BizObject boLRP,String finishAmount,JBOTransaction tx) throws Exception{