作者 赵彬吉
@@ -481,7 +481,7 @@ class ProjectUpdate extends Command @@ -481,7 +481,7 @@ class ProjectUpdate extends Command
481 return $task_id; 481 return $task_id;
482 } 482 }
483 483
484 - $task_list = UpdateLog::where('project_id', 543)->where('status', UpdateLog::STATUS_UN)->orderBy('project_id', 'asc')->orderBy('sort', 'asc')->limit(8)->get(); 484 + $task_list = UpdateLog::where('status', UpdateLog::STATUS_UN)->orderBy('project_id', 'asc')->orderBy('sort', 'asc')->limit(8)->get();
485 if ($task_list->count() == 0) { 485 if ($task_list->count() == 0) {
486 return false; 486 return false;
487 } 487 }
@@ -167,6 +167,7 @@ class UserLoginLogic @@ -167,6 +167,7 @@ class UserLoginLogic
167 $info['is_upload_manage'] = $project['is_upload_manage']; 167 $info['is_upload_manage'] = $project['is_upload_manage'];
168 $info['upload_config'] = $project['upload_config']; 168 $info['upload_config'] = $project['upload_config'];
169 $info['image_max'] = $project['image_max']; 169 $info['image_max'] = $project['image_max'];
  170 + $info['is_update_language'] = $project['is_update_language'];
170 $info['configuration'] = $project['deploy_build']['configuration']; 171 $info['configuration'] = $project['deploy_build']['configuration'];
171 if($info['is_customized'] == 1){ 172 if($info['is_customized'] == 1){
172 $info['is_visualization'] = json_decode($project['is_visualization']); 173 $info['is_visualization'] = json_decode($project['is_visualization']);