#8368 | |
#8369 | |
#8370 | |
#8371 | $this->cms_content_jinyi->table = 'cms_'.$table.'_jinyi'; |
#8372 | $this->cms_content_jinyi_data->table = 'cms_'.$table.'_jinyi_data'; |
#8373 | //更新近义词表 |
#8374 | if(isset($data['jinyis']) && !empty($data['jinyis'])) { |
#8375 | $jinyis_arr = _json_decode($data['jinyis']); |
#8376 | foreach($jinyis_arr as $jinyiid => $name) { |
#8377 | $this->cms_content_jinyi_data->delete($jinyiid, $id); |