This commit is contained in:
小鱼开发
2026-03-13 21:57:55 +08:00
parent dc68ff13cd
commit 61b8d57702
+1 -1
View File
@@ -1254,9 +1254,9 @@ class Customers extends Wxapp
} else {
if ($tab_id) {
$where['b.status'] = $tab_id;
$where['b.t_day'] = $t_day;
} else {
$where['b.status<>'] = 2;
$where['b.t_day'] = $t_day;
}
}
$group_id == 1 && $where['a.admin_id'] = $this->myuid;