rabin 2 years ago
parent
commit
ffa07fe785
3 changed files with 9 additions and 0 deletions
  1. 1 0
      app/shop/src/Excel.php
  2. 7 0
      app/shop/src/My.php
  3. 1 0
      service/option/database/account.php

+ 1 - 0
app/shop/src/Excel.php

@@ -255,6 +255,7 @@ class Excel
                             $cdate,
                             $paydate,
                             $operdate,
+                            $fdate,
 
                             '',
                             '',

+ 7 - 0
app/shop/src/My.php

@@ -39,6 +39,13 @@ class My extends Core
 
 		$this->data['level'] = 'Lv1';
 
+		$this->getBindInfo();
+
+		return $this->data;
+	}
+
+	public function getBindInfo()
+	{
 		# 获取代理商绑定信息
 		$bind = Dever::db('agent/user_bind')->find(array('uid' => $this->uid));
 		if ($bind && $bind['status'] == 2 && $bind['mid']) {

+ 1 - 0
service/option/database/account.php

@@ -400,6 +400,7 @@ return array
             # 匹配的正则或函数 选填项
             'option' => array
             (
+                'id' => array('yes', 'in'),
                 'mid' => 'yes',
                 'is_email' => 'yes',
                 'is_idcard' => 'yes',