songxingwei 2 năm trước cách đây
mục cha
commit
deb739d918
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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')