上线问题

This commit is contained in:
huang 2016-05-06 22:59:46 +08:00
parent 7a0d86228a
commit 18b70e9dd3
1 changed files with 2 additions and 1 deletions

View File

@ -276,7 +276,8 @@ class WordsController < ApplicationController
ids = params[:asset_id].split(',')
update_kindeditor_assets_owner ids,feedback[:id],OwnerTypeHelper::JOURNALSFORMESSAGE
end
@homework_common.update_column('updated_at', Time.now) update_course_activity(@homework_common.class,@homework_common.id)
@homework_common.update_column('updated_at', Time.now)
update_course_activity(@homework_common.class,@homework_common.id)
update_user_activity(@homework_common.class,@homework_common.id)
update_org_activity(@homework_common.class,@homework_common.id)
respond_to do |format|