Commit ea6603f7 by 庄冰

customerinfo

parent d52aae31
...@@ -169,6 +169,11 @@ class AliyunQcService{ ...@@ -169,6 +169,11 @@ class AliyunQcService{
var solutionNo = await this.getBusUid("ns"); var solutionNo = await this.getBusUid("ns");
ab["solutionNo"] = solutionNo; ab["solutionNo"] = solutionNo;
ab["status"] = "dqr"; ab["status"] = "dqr";
var customerInfo = {//客户信息
"publishName":needinfo.publishName,
"publishMobile":needinfo.publishMobile
};
ab.solutionContent["customerInfo"]= customerInfo;
ab.solutionContent = JSON.stringify(ab.solutionContent); ab.solutionContent = JSON.stringify(ab.solutionContent);
var self = this; var self = this;
return await this.needsolutionDao.db.transaction(async function (t) { return await this.needsolutionDao.db.transaction(async function (t) {
......
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