shish 1 年之前
父节点
当前提交
53aa43b225
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app-ghs/controllers/ItemController.php

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

@@ -422,6 +422,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('没有定义的请求方式');
         }