Browse Source

no message

zhangchuanxing 3 months ago
parent
commit
b158190d99
1 changed files with 4 additions and 1 deletions
  1. 4 1
      services/ficc_report.go

+ 4 - 1
services/ficc_report.go

@@ -500,7 +500,7 @@ func GetFiccRreportToCygxArticle(cont context.Context) (err error) {
 			if v.ClassifyNameFirst == "晨会纪要" && v.ClassifyNameSecond == "晨会纪要" {
 				item.Title = "FICC/周期品晨会纪要"
 			}
-			item.CategoryName = "周期"
+			item.CategoryName = utils.ZHOU_QI_NAME
 			item.Body = v.Content
 			item.Abstract = v.Abstract
 			item.FieldName = v.ClassifyNameSecond
@@ -508,6 +508,9 @@ func GetFiccRreportToCygxArticle(cont context.Context) (err error) {
 			item.PublishStatus = 1
 			item.IsReport = 1
 			item.IsClass = 1
+			item.CreateTime = time.Now()
+			item.ChartPermissionName = utils.ZHOU_QI_NAME
+			item.ChartPermissionId = utils.ZHOU_QI_ID
 
 			var haveSet bool
 			for _, vSet := range listFiccSet.List {