作者 何书鹏
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) {