Commit a5e95a66 by linboxuan

ucommune-back operate api

parent f421e38c
...@@ -13,7 +13,7 @@ class OrderInfoService extends ServiceBase { ...@@ -13,7 +13,7 @@ class OrderInfoService extends ServiceBase {
this.orderReceiptVoucherDao = system.getObject("db.dbcpay.orderreceiptvoucherDao"); this.orderReceiptVoucherDao = system.getObject("db.dbcpay.orderreceiptvoucherDao");
this.moneyJourneyDao = system.getObject("db.dbcpay.moneyjourneyDao"); this.moneyJourneyDao = system.getObject("db.dbcpay.moneyjourneyDao");
this.needsolutionDao = system.getObject("db.dbneed.needsolutionDao"); this.needsolutionDao = system.getObject("db.dbneed.needsolutionDao");
this.orderRegionDao = system.getObject("db.dbcorder.orderRegionDao"); this.orderRegionDao = system.getObject("db.dbcorder.orderregionDao");
} }
//----------------------订单创建-----------start---------------- //----------------------订单创建-----------start----------------
......
...@@ -6,7 +6,7 @@ class OrderInfoService extends ServiceBase { ...@@ -6,7 +6,7 @@ class OrderInfoService extends ServiceBase {
super("dbcorder", ServiceBase.getDaoName(OrderInfoService)); super("dbcorder", ServiceBase.getDaoName(OrderInfoService));
this.orderInfoDao = system.getObject("db.dbcorder.orderinfoDao"); this.orderInfoDao = system.getObject("db.dbcorder.orderinfoDao");
this.needInfoDao = system.getObject("db.dbneed.needinfoDao"); this.needInfoDao = system.getObject("db.dbneed.needinfoDao");
this.orderRegionDao = system.getObject("db.dbcorder.orderRegionDao"); this.orderRegionDao = system.getObject("db.dbcorder.orderregionDao");
} }
async getOrderInfo(pobj, actionBody) {//获取订单列表信息 async getOrderInfo(pobj, actionBody) {//获取订单列表信息
......
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