示例#1
0
 public static function getCountByCondition($condition = [])
 {
     return ActivityBar::find()->where($condition)->count();
 }