2016-09-19 91 views

回答

0

在检查包含的结果后,我意识到它不响应[]。但是,它不会响应。首先

的代码看起来像

result = ::Presentation::Interaction.collection.aggregate(
    [ 
    user_match_criterias_live(conference), 
    ::Presentation::ReportGenerator::DELCOUNTRY_AGGREGATION 
    ] 
) 
return 0 if (result.count < 1) 
return result.first["total"] 
相关问题