Nếu result
là một chuỗi JSON, gọi .round
sẽ trả về undefined
.
Trước tiên, hãy thử chuyển đổi JSON thành một đối tượng javascript:
result = JSON.parse(result);
models.Round.findById(result.round, function(err, roundref){
console.log(roundref);