Commit 0ae66204 by Sxy

fix: 修改融易算取值

parent 32cace63
......@@ -45,8 +45,8 @@ class FitaxschemeCtl extends CtlBase {
if (pobj.actionBody.messageBody.IntentionBizId) {//需求编号
obj.demand_code = pobj.actionBody.messageBody.IntentionBizId + "_book";
}
if (pobj.actionBody.resultInfo.Response.data.SolutionBizId) {//方案编号
obj.solution_bizid = pobj.actionBody.resultInfo.Response.data.SolutionBizId;
if (pobj.actionBody.resultInfo.Response.BizData.SolutionBizId) {//方案编号
obj.solution_bizid = pobj.actionBody.resultInfo.Response.BizData.SolutionBizId;
}
try {
let res = await this.service.updateInfo(obj);
......
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