修改异常处理
This commit is contained in:
parent
019844490c
commit
67a43c74e0
@ -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{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user