From 61b8d577021caac5880c290e3e784edb68905ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Fri, 13 Mar 2026 21:57:55 +0800 Subject: [PATCH] 1 --- api/controllers/wxapp/licheb/Customers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/wxapp/licheb/Customers.php b/api/controllers/wxapp/licheb/Customers.php index 363f844e..5dbfa941 100644 --- a/api/controllers/wxapp/licheb/Customers.php +++ b/api/controllers/wxapp/licheb/Customers.php @@ -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;