...
|
...
|
@@ -60,7 +60,7 @@ const list = (req, res, next) => { |
|
|
]).then(result => {
|
|
|
|
|
|
// 推荐词条件判断 redmine: 18567
|
|
|
if (result[2].suggestion && result[2].suggestion.termsSuggestion &&
|
|
|
if (result[2].suggestion && result[2].suggestion.isNeedSuggestion &&
|
|
|
result[2].suggestion.termsSuggestion.length) {
|
|
|
params.query = result[2].suggestion.termsSuggestion[0].name;
|
|
|
}
|
...
|
...
|
|