Commit 4488b789 by 孙亚楠

dd

parent 008ca6a8
...@@ -40,6 +40,7 @@ class OrderCtl extends CtlBase { ...@@ -40,6 +40,7 @@ class OrderCtl extends CtlBase {
currentPage: pobj.currentPage || 1, currentPage: pobj.currentPage || 1,
pageSize: pobj.pageSize || 10, pageSize: pobj.pageSize || 10,
id: this.trim(pobj.id), id: this.trim(pobj.id),
order_id: this.trim(pobj.order_id),
operator_id: req.loginUser.id, operator_id: req.loginUser.id,
deliver_id: this.trim(pobj.deliver_id), deliver_id: this.trim(pobj.deliver_id),
status: pobj.status, status: pobj.status,
......
...@@ -181,8 +181,8 @@ class System { ...@@ -181,8 +181,8 @@ class System {
// merchant: "http://127.0.0.1:3101" + path, // merchant: "http://127.0.0.1:3101" + path,
// 订单服务 // 订单服务
order: domain + ":3103" + path, // order: domain + ":3103" + path,
// order: "http://127.0.0.1:3103" + path, order: "http://127.0.0.1:3103" + path,
// 发票服务 // 发票服务
invoice: domain + ":3105" + path, invoice: domain + ":3105" + path,
......
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