|
...
|
...
|
@@ -248,7 +248,7 @@ class CustomModuleContentLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function saveExtendInfo($content_id,$extend){
|
|
|
|
//先删除以前的数据
|
|
|
|
$extendInfoModel = new ExtendInfo();
|
|
|
|
$extendInfoModel = new CustomModuleExtentContent();
|
|
|
|
$extendInfoModel->del(['content_id'=>$content_id]);
|
|
|
|
if(empty($extend)) {
|
|
|
|
return $this->success();
|
...
|
...
|
|