Commit 873c8cd4 by Sxy

fix: 引用错误

parent 93354076
......@@ -8,9 +8,9 @@ class DeliverybillService extends ServiceBase {
constructor() {
super("bizchance", ServiceBase.getDaoName(DeliverybillService));
this.logService = system.getObject("service.bizchance.statuslogSve");
this.fitaxschemeDao = system.getObject("service.bizchance.fitaxschemeDao");
this.bizoptDao = system.getObject("service.bizchance.bizoptDao");
this.operationrecordDao = system.getObject("service.bizchance.operationrecordDao");
this.fitaxschemeDao = system.getObject("db.bizchance.fitaxschemeDao");
this.bizoptDao = system.getObject("db.bizchance.bizoptDao");
this.operationrecordDao = system.getObject("db.bizchance.operationrecordDao");
}
async updateOrderStatus(pobj) {
......
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