Commit f831d535 by zhaoxiqing

gsb

parent 453a538f
...@@ -5,7 +5,6 @@ class InvoiceCtl extends CtlBase { ...@@ -5,7 +5,6 @@ class InvoiceCtl extends CtlBase {
super(); super();
this.orderSve = system.getObject("service.saas.orderSve"); this.orderSve = system.getObject("service.saas.orderSve");
this.tradeSve = system.getObject("service.trade.tradeSve"); this.tradeSve = system.getObject("service.trade.tradeSve");
this.merchantSve = system.getObject("service.trade.tradeSve");
this.invoiceSve = system.getObject("service.saas.invoiceSve"); this.invoiceSve = system.getObject("service.saas.invoiceSve");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment