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

dev_haigong
杨树明 6 years ago
commit d12217ebe4

@ -82,7 +82,7 @@ class CreateShixunStudentWorks < ActiveRecord::Migration
end
work.update_column("myshixun_id", myshixun.id)
else
work.update_attributes(:myshixun_id => 0)
work.update_attributes(:myshixun_id => 0, :work_status => 0)
end
end
end

Loading…
Cancel
Save