Browse Source

去除ppt转报告类型限制

hsun 1 year ago
parent
commit
e59d0a04bf
1 changed files with 3 additions and 1 deletions
  1. 3 1
      controllers/classify.go

+ 3 - 1
controllers/classify.go

@@ -870,7 +870,9 @@ func (this *ClassifyController) TelListClassify() {
 	resp := make([]*models.SimpleClassifyList, 0)
 	var condition, orderRule string
 	var pars []interface{}
-	condition += ` AND has_teleconference = 1`
+	if utils.SystemType == "hz" {
+		condition += ` AND classify_name <> '晨报' AND classify_name <> '周报' `
+	}
 	telList, e := models.GetClassifyByCondition(condition, orderRule, pars)
 	if e != nil {
 		return