shish 4 лет назад
Родитель
Сommit
dc17c1bb2e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/ItemController.php

+ 1 - 1
app-ghs/controllers/ItemController.php

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