zhangchuanxing 3 өдөр өмнө
parent
commit
e82dc80a4c

+ 1 - 1
services/cygx/morning_meeting.go

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