信呼OA版本v2.3.8
This commit is contained in:
10
webmain/task/runt/carmAction.php
Normal file
10
webmain/task/runt/carmAction.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
class carmClassAction extends runtAction
|
||||
{
|
||||
//车辆提醒,每天运行
|
||||
public function runAction()
|
||||
{
|
||||
return m('flow')->initflow('carms')->todocarms($this->runrs['todoid']);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user