Files
xinhu/webmain/model/flow/wordModel.php
2025-05-27 14:51:24 +08:00

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);
}
}