Пример #1
0
 public function run()
 {
     $topicDm = new PwTopicDm(true);
     $topicDm->setLastposttime($this->uptime);
     Wekit::load('forum.PwThread')->batchUpdateThread($this->tids, $topicDm, PwThread::FETCH_MAIN);
     //管理日志添加
     Wekit::load('log.srv.PwLogService')->addThreadManageLog($this->srv->user, 'up', $this->srv->getData(), $this->_reason, $this->uptime);
 }