shish 1 an în urmă
părinte
comite
53aa43b225
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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') {
         } elseif ($requestType == 'break') {
             $where['delStatus'] = 0;
             $where['delStatus'] = 0;
             $where['status'] = 1;
             $where['status'] = 1;
+        } elseif ($requestType == 'part') {
+            $where['delStatus'] = 0;
+            $where['status'] = 1;
         } else {
         } else {
             util::fail('没有定义的请求方式');
             util::fail('没有定义的请求方式');
         }
         }