Browse Source

no message

zhangchuanxing 1 week ago
parent
commit
1add781d2b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      services/morning_meeting.go

+ 4 - 4
services/morning_meeting.go

@@ -320,10 +320,10 @@ func HandleMorningMeetingReviewPush(meetingId int) {
 	return
 }
 
-func init() {
-	SendWxMsgMorningMeetingApproveResult(1, 1)
-	SendWxMsgMorningMeetingApproveSubmit(1)
-}
+//func init() {
+//	//SendWxMsgMorningMeetingApproveResult(1, 1)
+//	SendWxMsgMorningMeetingApproveSubmit(1)
+//}
 
 // 晨会点评内容完成审核时,给提交人发送模板消息(服务销售openID取销售原账号对应的openID,根据姓名匹配查询)
 func SendWxMsgMorningMeetingApproveResult(logId, status int) (err error) {