y1456 před 2 roky
rodič
revize
e27bb7dd15

+ 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;