@@ -107,7 +107,7 @@ func SavePPTReport(pptId, classifyId int, title string, adminInfo *system.Admin)
return
}
twoClassify, hasTwo = classifyMap[baseClassify.ParentId]
- if ok {
+ if hasTwo {
threeClassify, hasThird = classifyMap[twoClassify.ParentId]