From 5f78e382accfcedf33963c78568b21110e414472 Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Mon, 10 Nov 2025 20:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 82e8db6c..7f2bb05d 100644 --- a/api/controllers/wxapp/licheb/Customers.php +++ b/api/controllers/wxapp/licheb/Customers.php @@ -1049,7 +1049,7 @@ class Customers extends Wxapp 'id,uname,log,type,c_time'); if ($logRows) { foreach ($logRows as $key2 => $val2) { - $content = $val['type'] == 2 ? '拨打电话' : $val2['log']; + $content = $val2['type'] == 2 ? '拨打电话' : $val2['log']; $logRows[$key2]['content'] = "【" . $val2['uname'] . "】 " . $content; $logRows[$key2]['c_time'] = date('Y.m.d H:i', $val2['c_time']); }