Browse Source

优化企业删除多余字段

master
wanghongjun 2 years ago
parent
commit
d336cb913a
  1. 3
      addons/weliam_smartcity/core/model/MerchantDataEnt.mod.php

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

Loading…
Cancel
Save