Commit 69397723 by 庄冰

zhuangbing

parent 5c197fc2
......@@ -426,7 +426,7 @@ class NeedsolutionService extends ServiceBase {
}
var solutionContent = needsolutioninfo.solutionContent;
if(ab.orderPrice){
solutionContent = JSON.parse(solutionContent);
// solutionContent = JSON.parse(solutionContent);
solutionContent["totalSum"] = ab.orderPrice;
needsolutioninfo.solutionContent = JSON.stringify(solutionContent);
}
......@@ -462,17 +462,15 @@ class NeedsolutionService extends ServiceBase {
}
}
module.exports = NeedsolutionService;
// var task = new NeedsolutionService();
// task.dao.model.findOne({
// where:{solutionNo: "NS202003181420k00Oec"},raw:true
// }).then(needsolutioninfo=>{
// console.log(needsolutioninfo,"1111111111111111111111111");
// var solutionContent = needsolutioninfo.solutionContent;
// console.log(solutionContent,"222222222222222222222");
// // var so = JSON.parse(solutionContent);
// console.log(solutionContent.bizType,"333333333333333333333");
// });
// orderNo
// orderPrice
// phone
// companyName
// city
// area
// companyCategory
// companyType
// orgType
// industryType
// scope
// remark
// solutionBizidchannelNeedNo
\ No newline at end of file
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