信呼v2.5.0版本
This commit is contained in:
@@ -167,7 +167,7 @@ class flow_planmClassModel extends flowModel
|
||||
public function getwwctotals($uid)
|
||||
{
|
||||
$where = m('admin')->getjoinstr('runrenid', $uid,0,1);
|
||||
$where = "`status`=1 and `state`<>1 and `startdt`<'{$this->rock->now}' $where";
|
||||
$where = "`status`=1 and `state`<>1 and `startdt`<'{$this->rock->now}' and `type`=0 $where";
|
||||
return m('planm')->rows($where);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user