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']); }