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