Browse Source

no message

zhangchuanxing 4 days ago
parent
commit
e82dc80a4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/cygx/morning_meeting.go

+ 1 - 1
services/cygx/morning_meeting.go

@@ -85,7 +85,7 @@ func AddCygxMorningMeetingReviewLog(itemReq *cygx.CygxMorningMeetingReviewChapte
 	}
 
 	if status == 2 {
-		go SendWxMsgMorningMeetingApproveSubmit(int(newId))
+		SendWxMsgMorningMeetingApproveSubmit(int(newId))
 	}
 	return
 }