|
@@ -288,6 +288,7 @@ public class M21PfxxPlugin extends AbstractPuPfxxPlugin {
|
|
} catch (BusinessException e1) {
|
|
} catch (BusinessException e1) {
|
|
// TODO 自动生成的 catch 块
|
|
// TODO 自动生成的 catch 块
|
|
e1.printStackTrace();
|
|
e1.printStackTrace();
|
|
|
|
+ ExceptionUtils.wrappException(e1);
|
|
}
|
|
}
|
|
OrderVO orderVO = ordervos[0];
|
|
OrderVO orderVO = ordervos[0];
|
|
PayPlanVO view=new PayPlanVO();
|
|
PayPlanVO view=new PayPlanVO();
|
|
@@ -338,6 +339,7 @@ public class M21PfxxPlugin extends AbstractPuPfxxPlugin {
|
|
} catch (BusinessException e) {
|
|
} catch (BusinessException e) {
|
|
// TODO 自动生成的 catch 块
|
|
// TODO 自动生成的 catch 块
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
|
+ ExceptionUtils.wrappException(e);
|
|
}
|
|
}
|
|
// OrderVO orderVO = this.approve(save, approver, taudittime);
|
|
// OrderVO orderVO = this.approve(save, approver, taudittime);
|
|
return orderVO;
|
|
return orderVO;
|