shish vor 1 Jahr
Ursprung
Commit
23d087b03e
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  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('没有找到入库门店');