delete some lines by huangjingquan

This commit is contained in:
nigel007 2019-04-13 13:04:34 +08:00
parent bef1734156
commit 7d18d66b01
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ class ProjectsService
project[:name] = params[:name]
project[:description] = ''
project[:is_public] = '0' #公开
project[:project_type] = 0
project[:project_new_type] = 1
project[:identifier] = Project.next_identifier if Setting.sequential_project_identifiers?
project.organization_id = params[:organization_id]
project.user_id = user.id