This commit is contained in:
小鱼开发
2026-03-13 22:00:29 +08:00
parent 61b8d57702
commit a00d242e05
+1 -1
View File
@@ -1254,7 +1254,7 @@ class Customers extends Wxapp
} else {
if ($tab_id) {
$where['b.status'] = $tab_id;
$where['b.t_day'] = $t_day;
$tab_id == 1 && $where['b.t_day'] = $t_day;
} else {
$where['b.status<>'] = 2;
}