|
@@ -15,7 +15,7 @@ class ItemController extends BaseController
|
|
|
//列出所有花材,包括特价花材列表 ssh 20220315
|
|
//列出所有花材,包括特价花材列表 ssh 20220315
|
|
|
public function actionShowList()
|
|
public function actionShowList()
|
|
|
{
|
|
{
|
|
|
- $where['sjId'] = $this->sjId;
|
|
|
|
|
|
|
+ $where['mainId'] = $this->mainId;
|
|
|
$where['delStatus'] = 0;
|
|
$where['delStatus'] = 0;
|
|
|
$list = ItemClass::getShowList($where);
|
|
$list = ItemClass::getShowList($where);
|
|
|
util::success(['list' => $list]);
|
|
util::success(['list' => $list]);
|