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