2016-09-19 87 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"] 
相關問題