예제 #1
0
 /**
  * 计算父级图度进度
  *
  * @param string $tuduId
  */
 public function calParentsProgress($tuduId)
 {
     return $this->_tuduDao->calParentsProgress($tuduId);
 }