shish 2 anni fa
parent
commit
37c36273a3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/ItemController.php

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

@@ -56,7 +56,7 @@ class ItemController extends BaseController
             unset($where['status']);
             $where['removeStatus'] = 1;
         } elseif ($requestType == 'cg') {
-            $where['delStatus'] = 1;
+            $where['delStatus'] = 0;
             unset($where['status']);
         } else {
             util::fail('没有定义的请求方式');