13 lines
203 B
PHP
13 lines
203 B
PHP
<?php
|
|
//文档模块word
|
|
class flow_wordClassModel extends flowModel
|
|
{
|
|
|
|
|
|
|
|
public function floweditoffice($frs, $ofrs)
|
|
{
|
|
$this->update("`optdt`='".$this->rock->now."'", $this->id);
|
|
}
|
|
|
|
} |