shish 4 年 前
コミット
b1f7c6cb6e
1 ファイル変更1 行追加4 行削除
  1. 1 4
      app-ghs/controllers/PtItemController.php

+ 1 - 4
app-ghs/controllers/PtItemController.php

@@ -35,10 +35,7 @@ class PtItemController extends BaseController
         $where['copy'] = 0;
         //没有删除的花材
         $where['delStatus'] = 0;
-        //$sjId = $this->sjId;
-        // sjId 改用 shopId
-        $shopId = $this->shopId;
-        $list = PtItemClass::getItemList($where, true, $shopId);
+        $list = PtItemClass::getItemList($where, true, $this->mainId);
         util::success($list);
     }