fix: 解析动态路由获取接口列表没有传 project_id 导致的 bug

This commit is contained in:
suxiaoxin 2017-10-19 17:37:54 +08:00
parent d7bfef1e28
commit 7ac37a2cbb

View File

@ -85,6 +85,7 @@ class interfaceModel extends baseModel {
getVar(project_id, method){
return this.model.find({
project_id: project_id,
type: 'var',
method: method
}).select('_id path').exec()