@@ -440,6 +440,7 @@ return array
'option' => array
(
'mid' => 'yes',
+ 'status' => array('yes', 'in'),
'state' => 1,
),
'type' => 'all',
@@ -923,6 +923,7 @@ class My extends Core
public function getAgreement()
{
$where['mid'] = $this->uid;
+ $where['status'] = '1,2';
$this->data['list'] = Dever::db('agent/member_agreement')->getAll($where);
if ($this->data['list']) {