shish 1 год назад
Родитель
Сommit
23d087b03e
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      app-ghs/controllers/StockOutController.php

+ 0 - 4
app-ghs/controllers/StockOutController.php

@@ -31,10 +31,6 @@ class StockOutController extends BaseController
         if ($inShopId == $this->shopId) {
             util::fail('出库和入库门店一样');
         }
-        if (empty($inShopId)) {
-            //如果没有传门店,表示要回调原店,注意!!!!!!!!!!!!!!!!!
-            $inShopId = $in->outShopId;
-        }
         $inShop = ShopClass::getById($inShopId, true);
         if (empty($inShop)) {
             util::fail('没有找到入库门店');