Commit 538bae35 by 兰国旗

laolan

parent ee01a2ab
......@@ -198,6 +198,7 @@ class UtilsNeedService2 extends AppServiceBase {
}
}
//判断易名是否有写接口
let enameFollowContent = [];
if(res && res.stdout == ""){//先判断没有写接口的情况
if(result && result.status == 0 && result.data && result.data.followContent){
for (let i = 0; i < result.data.followContent.length; i++) {
......@@ -207,7 +208,8 @@ class UtilsNeedService2 extends AppServiceBase {
}
}
}
result.data['Data'] = result.data.followContent;
enameFollowContent.push(result.data.followContent);
result.data['Data'] = enameFollowContent;
}
return getResultSuccess(result);
}else{//正常易名有查询沟通记录
......
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