示例#1
0
文件: service.php 项目: vazahat/dudex
 /**
  *
  * @param int $userId
  * @param type $status
  * @return UHEADER_BOL_Cover
  */
 public function findCoverByUserId($userId, $status = UHEADER_BOL_Cover::STATUS_ACTIVE)
 {
     return $this->coverDao->findByUserId($userId, $status);
 }