正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -248,7 +248,7 @@ class CustomModuleContentLogic extends BaseLogic | @@ -248,7 +248,7 @@ class CustomModuleContentLogic extends BaseLogic | ||
| 248 | */ | 248 | */ |
| 249 | public function saveExtendInfo($content_id,$extend){ | 249 | public function saveExtendInfo($content_id,$extend){ |
| 250 | //先删除以前的数据 | 250 | //先删除以前的数据 |
| 251 | - $extendInfoModel = new ExtendInfo(); | 251 | + $extendInfoModel = new CustomModuleExtentContent(); |
| 252 | $extendInfoModel->del(['content_id'=>$content_id]); | 252 | $extendInfoModel->del(['content_id'=>$content_id]); |
| 253 | if(empty($extend)) { | 253 | if(empty($extend)) { |
| 254 | return $this->success(); | 254 | return $this->success(); |
-
请 注册 或 登录 后发表评论