Commit 63bc86f9 by 孙亚楠

dd

parent a6740c1d
......@@ -24,6 +24,7 @@ class OrderCtl extends CtlBase {
createdBegin: this.trim(pobj.createdBegin),
createdEnd: this.trim(pobj.createdEnd),
deliver_id: pobj.deliver_id,
order_id:this.trim(pobj.order_id)
}
this.doTimeCondition(condition, ["createdBegin", "createdEnd"]);
......
......@@ -182,8 +182,8 @@ class System {
// merchant: "http://127.0.0.1:3101" + path,
// 订单服务
order: domain2 + ":3103" + path,
// order: "http://127.0.0.1:3103" + path,
// order: domain2 + ":3103" + path,
order: "http://127.0.0.1:3103" + 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