From d336cb913adff30298403e371c0302a01f10c05a Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 30 Oct 2023 10:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BC=81=E4=B8=9A=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A4=9A=E4=BD=99=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/weliam_smartcity/core/model/MerchantDataEnt.mod.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/addons/weliam_smartcity/core/model/MerchantDataEnt.mod.php b/addons/weliam_smartcity/core/model/MerchantDataEnt.mod.php index 5e6e17d..051fdc1 100644 --- a/addons/weliam_smartcity/core/model/MerchantDataEnt.mod.php +++ b/addons/weliam_smartcity/core/model/MerchantDataEnt.mod.php @@ -46,9 +46,6 @@ class MerchantDataEnt if (!empty($data['cc_id']) && is_numeric($data['cc_id'])) { $save_data['cc_id'] = $data['cc_id']; } - if (!empty($data['introduction'])) { - $save_data['introduction'] = htmlspecialchars_decode($data['introduction']); - } if (!empty($data['business'])) { $save_data['business'] = htmlspecialchars_decode($data['business']); }