Roc 8 mesi fa
parent
commit
0103a5cc7f
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      controllers/report_chapter_type.go

+ 0 - 3
controllers/report_chapter_type.go

@@ -168,7 +168,6 @@ func (this *ReportChapterTypeController) Add() {
 		return
 	}
 
-	// todo 更新章节权限
 	cond = ` and product_id=1`
 	pars = make([]interface{}, 0)
 	permissionList, e := services.GetChartPermissionList(cond, pars)
@@ -289,8 +288,6 @@ func (this *ReportChapterTypeController) Edit() {
 			return
 		}
 	}
-	//更新章节权限
-	// todo 更新章节权限
 	cond = ` and product_id=1`
 	pars = make([]interface{}, 0)
 	permissionList, e := services.GetChartPermissionList(cond, pars)