@@ -184,7 +184,7 @@ FROM
LEFT JOIN fc_account k ON k.id = a.accountid
LEFT JOIN fc_rela_account n ON n.accountid = a.accountid
LEFT JOIN fc_account_info v ON v.id = n.account_info
- where a.status=1
+ where a.status=1 and is_del =0
";
$list = Db::query($sql);
if(empty($list)){