zhangchuanxing 1 долоо хоног өмнө
parent
commit
7d8bc67b58

+ 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) {