コード例 #1
0
ファイル: Deliver.php プロジェクト: bjtenao/tudu-web
 /**
  * 计算父级图度进度
  *
  * @param string $tuduId
  */
 public function calParentsProgress($tuduId)
 {
     return $this->_tuduDao->calParentsProgress($tuduId);
 }