删除实训联动删除

dev_forum
daiao 6 years ago
parent 5e13fb19c7
commit db314d5ee9

@ -501,8 +501,8 @@ class ShixunsController < ApplicationController
# TODO: 目前实训只做软删除.
def destroy
# apply_records = ApplyAction.where(container_id: @shixun.id, container_type: "ApplyShixun")
# apply_records.delete_all if apply_records
apply_records = ApplyAction.where(container_id: @shixun.id, container_type: "ApplyShixun")
apply_records.delete_all if apply_records
# HomeworkCommonShixuns.where(shixun_id: @shixun).delete_all
# @shixun.destroy
@shixun.update_column(:status, -1)

Loading…
Cancel
Save