zhangchangchun 5 年之前
父节点
当前提交
604dc058e9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Repositories/TopicGroupRepository.php

+ 1 - 0
app/Repositories/TopicGroupRepository.php

@@ -41,6 +41,7 @@ class TopicGroupRepository {
         $data = [
             'name' => $request['name'],
             'status' => 1,
+            'desc' => '',
         ];
         if(!empty($request['topic_ids'])){
             $topic_ids = explode(',', $request['topic_ids']);