zhangchangchun %!s(int64=5) %!d(string=hai) anos
pai
achega
604dc058e9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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']);