Browse Source

no message

zhangchuanxing 5 days ago
parent
commit
20bc32dc95
1 changed files with 2 additions and 1 deletions
  1. 2 1
      controllers/cygx/morning_meeting_review.go

+ 2 - 1
controllers/cygx/morning_meeting_review.go

@@ -446,7 +446,8 @@ func (this *MorningMeetingController) PreserveAndPublish() {
 			//}
 			for _, itemchapter := range listchapter {
 				//go cygxService.UpdateResourceData(itemchapter.Id, "meetingreviewchapt", "add", time.Now().Format(utils.FormatDateTime))
-				go cygxService.UpdateMeetingreviewchaptResourceData(itemchapter.Id) //写入首页最新  cygx_resource_data 表
+				//go cygxService.UpdateMeetingreviewchaptResourceData(itemchapter.Id) //写入首页最新  cygx_resource_data 表
+				go cygxService.AddCygxMorningMeetingReviewLog(itemchapter, "提交审核", sysUser.RealName, sysUser.AdminId, 2) //添加晨会精华日志信息,并发送模版消息
 			}
 			br.Msg = "发布成功"
 		}