songxingwei 2 years ago
parent
commit
deb739d918
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Feedback.php

+ 1 - 1
app/admin/controller/Feedback.php

@@ -48,7 +48,7 @@ class Feedback extends Controller
                 });
             })
             ->like('content')
-            ->with(['user'])
+            ->with(['user','reply'])
             ->where('pid',0)
             ->where('is_del',1)
             ->order('id','desc')