Commit 74cbe3f4 by 王勇飞

gyq

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