shish 2 yıl önce
ebeveyn
işleme
291bec3b07
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      app-ghs/controllers/ItemController.php

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

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