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