|
|
@@ -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);
|
|
|
}
|
|
|
|