通达OA定时任务

1.首先在数据库表office_task中配置定时任务

 

2. 进入task_url配置的文件夹创建定时文件 

 

<?php
include_once 'auth.php';
include_once 'inc/utility_all.php';
file_put_contents('D:\MYOA\webroot\test.txt',$TASK_ID.time()."----",FILE_APPEND);
update_office_task($TASK_ID, '1', date('Y-m-d H:i:s', time()));
echo '+OK';

 

posted on 2024-09-06 17:09  长不大的菜鸟  阅读(27)  评论(0编辑  收藏  举报

导航