信呼OA版本v2.3.8
This commit is contained in:
17
webmain/model/agent/newsModel.php
Normal file
17
webmain/model/agent/newsModel.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
新闻资讯
|
||||
*/
|
||||
class agent_newsClassModel extends agentModel
|
||||
{
|
||||
|
||||
|
||||
protected function agentrows($rows, $rowd, $uid){
|
||||
$typearr = array();
|
||||
if($this->loadci==1)$typearr = $this->flow->flowwesearchdata(1);
|
||||
return array(
|
||||
'rows' =>$rows,
|
||||
'typearr' =>$typearr,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user