/**
  * @see \common\service\interfaces\ICommonService::add()
  */
 public function update($data, $id)
 {
     return $this->modelDao->update($data, $id);
 }