shish 1 year ago
parent
commit
150f4e8262
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app-hd/controllers/ItemController.php

+ 3 - 0
app-hd/controllers/ItemController.php

@@ -75,6 +75,9 @@ class ItemController extends BaseController
         } elseif ($requestType == 'break') {
             $where['delStatus'] = 0;
             $where['status'] = 1;
+        } elseif ($requestType == 'part') {
+            $where['delStatus'] = 0;
+            $where['status'] = 1;
         } else {
             util::fail('没有定义的请求方式');
         }