正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -213,7 +213,7 @@ class TicketUploadDataLogic extends BaseLogic | @@ -213,7 +213,7 @@ class TicketUploadDataLogic extends BaseLogic | ||
| 213 | //保存一条描述 | 213 | //保存一条描述 |
| 214 | if(!empty($info['text']['remark'])){ | 214 | if(!empty($info['text']['remark'])){ |
| 215 | $detailModel = new Detail(); | 215 | $detailModel = new Detail(); |
| 216 | - $detailModel->addReturnId(['content'=>json_encode(['content'=>$info['text']['remark']],true),'title'=>$info['text']['title'],'project_id'=>$info['project_id'],'column_id'=>1,'text_type'=>1]); | 216 | + $detailModel->addReturnId(['content'=>json_encode(['content'=>$info['text']['remark']],true),'product_id'=>$id,'title'=>$info['text']['title'],'project_id'=>$info['project_id'],'column_id'=>1,'text_type'=>1]); |
| 217 | } | 217 | } |
| 218 | $productModel->edit(['route'=>$route],['id'=>$id]); | 218 | $productModel->edit(['route'=>$route],['id'=>$id]); |
| 219 | }catch (\Exception $e){ | 219 | }catch (\Exception $e){ |
-
请 注册 或 登录 后发表评论