Commit 52f27b5d authored by hj's avatar hj

更新提交

parent 6cfe0741
...@@ -168,7 +168,7 @@ class BhuaProductRepositoryEloquent extends BaseRepository implements BhuaProduc ...@@ -168,7 +168,7 @@ class BhuaProductRepositoryEloquent extends BaseRepository implements BhuaProduc
{ {
$productsModel = $this->join('chemicals', 'chemicals.c_id','products.c_id'); $productsModel = $this->join('chemicals', 'chemicals.c_id','products.c_id');
$product = $productsModel->where('products.b_id',$brandId) $product = $productsModel->where('products.b_id',$brandId)
->where('p_status',1) //->where('p_status',1)
->where('p_show',1) ->where('p_show',1)
->offset($offset)->limit($limit)->get(); ->offset($offset)->limit($limit)->get();
if($product){ if($product){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment