Browse Source

no message

xingzai 1 year ago
parent
commit
d0326f7b1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/cygx/apply_record.go

+ 1 - 1
controllers/cygx/apply_record.go

@@ -97,7 +97,7 @@ func (this *ApplyRecordController) ListSysRole() {
 
 	var microvideoIds []int
 	for _, v := range list {
-		if v.Source == "microvideo" {
+		if v.Source == "roadshow" {
 			microvideoIds = append(microvideoIds, v.SourceId)
 		}
 	}