chuweiqiang 1 year ago
parent
commit
b169cb4c19
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/admin/controller/books/Certificate.php

+ 1 - 0
application/admin/controller/books/Certificate.php

@@ -69,6 +69,7 @@ class Certificate extends Backend
         $list = $this->model
             ->where($where)
             ->with(['user','goods'])
+            ->where('is_deleted',1)
             ->order($sort, $order)
             ->paginate($limit);
         $result = ['total' => $list->total(), 'rows' => $list->items()];