示例#1
0
 public function updateActivity($activityKey, $updateFields, $context = null)
 {
     if (empty($updateFields)) {
         return;
     }
     $params = $this->processActivityKey($activityKey, $context);
     return $this->activityDao->updateActivity($params, $updateFields);
 }