Commit 99b8176a by Sxy

再次重发

parent 516bac85
...@@ -14,6 +14,7 @@ class DeliverService extends ServiceBase { ...@@ -14,6 +14,7 @@ class DeliverService extends ServiceBase {
this.statuslogDao = system.getObject("db.bizchance.statuslogDao"); this.statuslogDao = system.getObject("db.bizchance.statuslogDao");
this.qualificationDao = system.getObject("db.delivery.qualificationDao"); this.qualificationDao = system.getObject("db.delivery.qualificationDao");
this.annualreportDao = system.getObject("db.delivery.annualreportDao"); this.annualreportDao = system.getObject("db.delivery.annualreportDao");
} }
async temporarySave(pobj) { async temporarySave(pobj) {
const deliverData = await this.dao.findOne({ const deliverData = await this.dao.findOne({
......
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