json.data do json.array! @shixuns do |d| json.shixun_manages handled_data d.shixun_manages json.shixun_producer d.shixun_producer json.shixun_staff handled_data d.shixun_staff json.type d.shixun_type json.deliver_date handled_time_data d.deliver_date json.reception_at handled_time_data d.reception_at json.school_name d.school_name json.identifier handled_data d.identifier json.subject_name handled_data(d.subject_name) json.shixun_name handled_data d.name json.shixun_status d.shixun_status json.level d.level json.id d.id json.max_manage "喻银凤" json.dectect_feedback "审核反馈内容" json.commit_dectect_time handled_time_data Time.now end end json.code 0 json.count @shixuns.total_count