dev_haigong
cxt 6 years ago
parent 23fb2e4c23
commit cb171061e6

@ -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