shish hace 2 años
padre
commit
cbb1874b4a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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']);