Merge remote-tracking branch 'origin/develop' into develop

dev_aliyun
杨树明 6 years ago
commit c13e2cde7b

@ -85,8 +85,8 @@ module Mobile
authenticate! authenticate!
begin begin
package = current_user.project_packages.find(params[:id]) package = current_user.project_packages.find(params[:id])
ProjectPackages::WinBiddingService.new(package, symbolize_params).call ::ProjectPackages::WinBiddingService.new(package, symbolize_params).call
rescue ProjectPackages::WinBiddingService::Error =>ex rescue ::ProjectPackages::WinBiddingService::Error =>ex
render_error(ex.message) render_error(ex.message)
end end
end end

Loading…
Cancel
Save