@@ -34,7 +34,7 @@ public class ConversationContentTask {
/**
* 获取企业微信聊天记录
*/
- //每天下午五点执行
+ //每天下午六点执行
@Scheduled(cron = "0 0 18 * * ?")
@RequestMapping(value ="/open/pushMsg", method = RequestMethod.GET)
public void pushMsg() {