Răsfoiți Sursa

Merge remote-tracking branch 'origin/eta/1.8.3' into debug

Roc 8 luni în urmă
părinte
comite
e470fd3af9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      services/ppt.go

+ 1 - 1
services/ppt.go

@@ -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]
 	}