shish 2 years ago
parent
commit
2fc1595888
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/CpController.php

+ 1 - 1
app-ghs/controllers/CpController.php

@@ -20,7 +20,7 @@ class CpController extends BaseController
         $search = $get['search'] ?? '';
         $mainId = $this->mainId ?? 0;
         $where = [];
-        $requestType = $get['del'] ?? 'cp';
+        $requestType = $get['requestType'] ?? 'cp';
         $where['mainId'] = $mainId;
         if ($requestType == 'cp') {
             $where['delStatus'] = 0;