Commit 3c8174a1 by linboxuan

lin update

parent acbdbf64
...@@ -486,7 +486,8 @@ class NeedsolutionService extends ServiceBase { ...@@ -486,7 +486,8 @@ class NeedsolutionService extends ServiceBase {
return system.getResultFail(-100, "未知渠道"); return system.getResultFail(-100, "未知渠道");
} }
var ns var ns
if (ab.isDirectBuy){//直购先创建空方案 // 2020 1021 lin 修改 if (ab.isDirectBuy 为 ==true 原因 实际传的是字符串不是布尔
if (ab.isDirectBuy == "true"){//直购先创建空方案
var solutionNo = await this.getBusUid("ns"); var solutionNo = await this.getBusUid("ns");
ns = await this.create({ ns = await this.create({
solutionNo, solutionNo,
......
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