Browse Source

checkredis

yuenan
娄梦宁 3 years ago
parent
commit
e3647f5dad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/Product.php

+ 1
- 1
addons/unishop/controller/Product.php View File

@@ -83,7 +83,7 @@ class Product extends Base
}
$data = $data->append(['images_text', "detail_images_text",'spec_list', 'spec_table_list'])->toArray();
$qaModel = new Qa();
$qa=$qaModel->field("question,answer")->select();
$qa=$qaModel->where(["product_id"=>$productId])->field("question,answer")->select();
$list = collection($qa)->toArray();
$data['qa']=$list;
$this->success('', $data);


Loading…
Cancel
Save