修改异常处理

This commit is contained in:
gityjf 2021-02-02 18:06:38 +08:00
parent 019844490c
commit 67a43c74e0

View File

@ -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{