From be50b57aae5a7cc8578596d49e5deb8559f2abfd Mon Sep 17 00:00:00 2001
From: cxt <853663049@qq.com>
Date: Tue, 17 Mar 2020 14:12:27 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=8E=A5=E5=8F=A3=E8=BF=9E?=
 =?UTF-8?q?=E8=B0=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/views/courses/left_banner.json.jbuilder | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/views/courses/left_banner.json.jbuilder b/app/views/courses/left_banner.json.jbuilder
index b53dbbb79..efc40f5ef 100644
--- a/app/views/courses/left_banner.json.jbuilder
+++ b/app/views/courses/left_banner.json.jbuilder
@@ -30,6 +30,7 @@ json.course_modules @course_modules.each do |mod|
 
           json.third_category category.children do |child|
             json.partial! "category_info", category: child
+            json.parent_id child.parent_id
           end
         end
     end