Пример #1
0
 /**
  * @统计
  */
 public function count_all_material($where)
 {
     $result = parent::count_all($where);
     return $result;
 }