|
@@ -29,9 +29,8 @@ class Qc extends Base {
|
|
|
|
|
|
public function index()
|
|
|
{
|
|
|
- $red = ReductionActivity::getReduction(750);
|
|
|
- $re2 = ReductionActivity::getReduction(95);
|
|
|
- var_dump($red,$re2);
|
|
|
+ $goods_info = StoreGoods::with(['itemList','param'])->where('id',34)->find()->toArray();
|
|
|
+ $this->success('',$goods_info);
|
|
|
}
|
|
|
|
|
|
|