Commit 74cbe3f4 by 王勇飞

gyq

parent d4b44115
...@@ -234,8 +234,8 @@ class BizOptCtl extends CtlBase { ...@@ -234,8 +234,8 @@ class BizOptCtl extends CtlBase {
if (pobj.businessMode && pobj.businessMode != 'undefined' && pobj.businessType && pobj.businessType != 'undefined') { if (pobj.businessMode && pobj.businessMode != 'undefined' && pobj.businessType && pobj.businessType != 'undefined') {
try { try {
pobj.currentStatus = "beforeSubmission";//加上当前状态为待提交方案 pobj.currentStatus = "beforeSubmission";//加上当前状态为待提交方案
pobj.channelSource = "tencentCloud";//目前渠道只有腾讯 // pobj.channelSource = "tencentCloud";//目前渠道只有腾讯
pobj.sourceNumber = "1111111"; // pobj.sourceNumber = "1111111";
pobj.businessType = appconfig.pdict.dyDict[pobj.businessType]; pobj.businessType = appconfig.pdict.dyDict[pobj.businessType];
var buInfo = await this.service.insertInfo(pobj); var buInfo = await this.service.insertInfo(pobj);
var logInfo = { var logInfo = {
......
...@@ -682,8 +682,8 @@ class DeliverybillCtl extends CtlBase { ...@@ -682,8 +682,8 @@ class DeliverybillCtl extends CtlBase {
} }
} }
pobj.schemeNumber = ""; pobj.schemeNumber = "";
pobj.channelSource = "tencentCloud";//目前渠道只有腾讯 // pobj.channelSource = "tencentCloud";//目前渠道只有腾讯
pobj.channelNumber = "1111111"; // pobj.channelNumber = "1111111";
pobj.cacheInfo = { pobj.cacheInfo = {
"cmpDeliverInfo": {}, "cmpDeliverInfo": {},
"cmpContactInfo": {} "cmpContactInfo": {}
......
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