更新
This commit is contained in:
parent
97b84e737c
commit
a5d6415dde
@ -53,7 +53,7 @@ class CloudWarehouse extends BaseController
|
|||||||
->where('street_code', $street_code)
|
->where('street_code', $street_code)
|
||||||
->where(function($query){
|
->where(function($query){
|
||||||
$query->whereOr('mer_labels', '')
|
$query->whereOr('mer_labels', '')
|
||||||
->whereOr('mer_labels',',6,');
|
->whereOr('mer_labels',',5,');
|
||||||
})
|
})
|
||||||
->where('status', 1)->page($page)->field('product_id,mer_labels')->select();
|
->where('status', 1)->page($page)->field('product_id,mer_labels')->select();
|
||||||
$cloud_product = [];
|
$cloud_product = [];
|
||||||
@ -76,7 +76,7 @@ class CloudWarehouse extends BaseController
|
|||||||
->where('street_code', $street_code)
|
->where('street_code', $street_code)
|
||||||
->where(function($query){
|
->where(function($query){
|
||||||
$query->whereOr('mer_labels', '')
|
$query->whereOr('mer_labels', '')
|
||||||
->whereOr('mer_labels',',6,');
|
->whereOr('mer_labels',',5,');
|
||||||
})
|
})
|
||||||
->where('status', 1)->count();
|
->where('status', 1)->count();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user