Commit 9795a8d4 by 王昆

gsb

parent 3fb5e670
...@@ -9,6 +9,9 @@ class DelivererService extends ServiceBase { ...@@ -9,6 +9,9 @@ class DelivererService extends ServiceBase {
super("invoice", ServiceBase.getDaoName(DelivererService)); super("invoice", ServiceBase.getDaoName(DelivererService));
this.invoiceDao = system.getObject("db.invoice.invoiceDao"); this.invoiceDao = system.getObject("db.invoice.invoiceDao");
this.applyDao = system.getObject("db.invoice.applyDao"); this.applyDao = system.getObject("db.invoice.applyDao");
let is = system.getObject("util.invoiceStatus");
this.invoiceStatus = is.status;
} }
/** /**
......
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