Merge branch 'weixin_guange' into develop

This commit is contained in:
yuanke 2016-07-28 18:22:20 +08:00
commit 22897af6c3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class ProjectsService
project[:name] = params[:name]
project[:description] = ''
project[:is_public] = '1' #公开
project[:is_public] = '0' #公开
project[:project_type] = 0
project[:project_new_type] = 1
project[:identifier] = Project.next_identifier if Setting.sequential_project_identifiers?