From fc6f49eb6f8c45d40fe87e40e10fda12bfffe365 Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Thu, 11 Dec 2025 11:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BD=A3=E9=87=91=E5=8F=91?= =?UTF-8?q?=E6=94=BE=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/admin/controllers/pingan/user/Cmmssn.php | 3 ++- common/libraries/entity/PinganUsersCmmssnEntity.php | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/agent/admin/controllers/pingan/user/Cmmssn.php b/agent/admin/controllers/pingan/user/Cmmssn.php index 3fb29443..f3327027 100644 --- a/agent/admin/controllers/pingan/user/Cmmssn.php +++ b/agent/admin/controllers/pingan/user/Cmmssn.php @@ -119,7 +119,8 @@ class Cmmssn extends BaseController 'belongUserName' => $item->getBelongUser(), 'cluesCid' => $cluesRow['sid'], 'cluesTime' => $cluesRow ? date('Y-m-d H:i:s', $cluesRow['c_time']) : '', - 'brandSeries' => $brandSeries + 'brandSeries' => $brandSeries, + 'ifSendCn' => Pingan_users_cmmssn_model::IF_SEND_CN[$item->ifSend], ]; $list[] = $temp; } diff --git a/common/libraries/entity/PinganUsersCmmssnEntity.php b/common/libraries/entity/PinganUsersCmmssnEntity.php index dd0f87cb..6bf1437d 100644 --- a/common/libraries/entity/PinganUsersCmmssnEntity.php +++ b/common/libraries/entity/PinganUsersCmmssnEntity.php @@ -14,6 +14,8 @@ class PinganUsersCmmssnEntity public $createTime; public $sourceId; + public $ifSend; + protected $ci; public function __construct()