发布v2.7.0版本
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -173,7 +173,7 @@ class flow_gongClassModel extends flowModel
|
||||
'order' => '`istop` desc,`optdt` desc',
|
||||
'keywere' => $keywere,
|
||||
'where' => $whyere,
|
||||
'fields' => 'id,typename,optdt,title,optname,zuozhe,indate,recename,fengmian,mintou,`status`,`istop`,`appxs`'
|
||||
'fields' => 'id,typename,optdt,title,optname,zuozhe,indate,recename,fengmian,mintou,`status`,`istop`,`appxs`,`comid`'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ class flow_userClassModel extends flowModel
|
||||
$where.= " and instr(`deptpath`,'[$detpid]')>0";
|
||||
}
|
||||
return array(
|
||||
'fields'=> '`name`,`id`,`id` as uid,`face`,`sort`,`deptallname`,deptpath,`ranking`,`tel`,`mobile`,`email`,`user`,num,workdate,sex,deptname,deptnames,superman,status,type,online,lastonline,isvcard,`companyid`',
|
||||
'fields'=> '`name`,`id`,`id` as uid,`face`,`sort`,`deptallname`,deptpath,`ranking`,`tel`,`mobile`,`email`,`user`,num,workdate,sex,deptname,deptnames,superman,status,type,online,lastonline,isvcard,`companyid`,`comid`',
|
||||
'order' => '`status` desc,`sort`',
|
||||
'where' => $where
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user