正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -92,7 +92,7 @@ class Topic extends Api | @@ -92,7 +92,7 @@ class Topic extends Api | ||
92 | if(!empty($attachments)){ | 92 | if(!empty($attachments)){ |
93 | $attachment_list = json_decode(htmlspecialchars_decode($attachments),true); | 93 | $attachment_list = json_decode(htmlspecialchars_decode($attachments),true); |
94 | // 保存订单商品信息 | 94 | // 保存订单商品信息 |
95 | - $this->model->attachment->saveAll($attachment_list); | 95 | + $this->model->attachment()->saveAll($attachment_list); |
96 | } | 96 | } |
97 | Db::commit(); | 97 | Db::commit(); |
98 | } catch (\think\exception\PDOException $e) { | 98 | } catch (\think\exception\PDOException $e) { |
-
请 注册 或 登录 后发表评论