shish 2 лет назад
Родитель
Сommit
cbb1874b4a
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      app-ghs/controllers/ItemController.php

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

@@ -58,6 +58,9 @@ class ItemController extends BaseController
         } elseif ($requestType == 'cg') {
             $where['delStatus'] = 0;
             unset($where['status']);
+        } elseif ($requestType == 'changeStock') {
+            $where['delStatus'] = 0;
+            unset($where['status']);
         } elseif ($requestType == 'check') {
             $where['delStatus'] = 0;
             unset($where['status']);