瀏覽代碼

异常处理

y1456 2 年之前
父節點
當前提交
e27bb7dd15
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      xh/so/src/private/nc/bs/pu/m21/pfxx/M21PfxxPlugin.java

+ 2 - 0
xh/so/src/private/nc/bs/pu/m21/pfxx/M21PfxxPlugin.java

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