更新
This commit is contained in:
parent
f4fc5048f7
commit
7a7c60b1ba
@ -95,7 +95,7 @@ class Member extends CommonModel
|
|||||||
return $organizationList;
|
return $organizationList;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$list = MemberAccount::where(['member_code' => $memberCode])->order('id asc')->select()->toArray();
|
$list = MemberAccount::where(['member_code' => $memberCode])->where('authorize','<>','')->order('id asc')->select()->toArray();
|
||||||
if ($list) {
|
if ($list) {
|
||||||
$configModel = new SystemConfig();
|
$configModel = new SystemConfig();
|
||||||
$config = $configModel->info();
|
$config = $configModel->info();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user