wordModel.php 203 B

12345678910111213
  1. <?php
  2. //文档模块word
  3. class flow_wordClassModel extends flowModel
  4. {
  5. public function floweditoffice($frs, $ofrs)
  6. {
  7. $this->update("`optdt`='".$this->rock->now."'", $this->id);
  8. }
  9. }
粤ICP备19079148号