Commit f21e1819 by 孙亚楠

dd

parent d3ebe660
...@@ -552,7 +552,7 @@ class OrderCtl extends CtlBase { ...@@ -552,7 +552,7 @@ class OrderCtl extends CtlBase {
pobj.chooseItems.push("10020200"); pobj.chooseItems.push("10020200");
} }
pobj.service_items = pobj.chooseItems; pobj.service_items = pobj.chooseItems;
pobj.source_id = pobj.source_id || '1003'; pobj.source_id = pobj.source_id || '1002';
pobj.notes = pobj.desc || "工商注册,刻章,银行卡户,税务报到,建账"; pobj.notes = pobj.desc || "工商注册,刻章,银行卡户,税务报到,建账";
if(!pobj.deliverId){ if(!pobj.deliverId){
return system.getResult(null,`请重新登录`); return system.getResult(null,`请重新登录`);
......
...@@ -193,8 +193,8 @@ class System { ...@@ -193,8 +193,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: domain2 + ":3103"+ path, // order: domain2 + ":3103"+ path,
// 发票服务 // 发票服务
invoice: domain2 + ":3105" + path, invoice: domain2 + ":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