Browse Source

Merge branch 'feature/pool243_report_disclaimer' of eta_server/eta_api into master

xyxie 6 months ago
parent
commit
d3a2b04747
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/business_conf.go

+ 3 - 0
controllers/business_conf.go

@@ -199,6 +199,9 @@ func (this *BusinessConfController) Save() {
 			return
 		}
 	}
+	// 删除研报声明缓存
+	disclaimerCacheKey := "hongze_yb:business_conf:disclaimer"
+	_ = utils.Rc.Delete(disclaimerCacheKey)
 
 	// 操作日志
 	go func() {