Commit a239c555 authored by jianghaiming's avatar jianghaiming

update:set

parent 644b9c46
...@@ -105,6 +105,9 @@ class MarketingService ...@@ -105,6 +105,9 @@ class MarketingService
foreach ($params['online_status'] as $key => $valu) { foreach ($params['online_status'] as $key => $valu) {
if (!empty($valu)) { if (!empty($valu)) {
$where['online_status'][$key] = $valu; $where['online_status'][$key] = $valu;
}else{
$where['online_status'] = [1,2];
break;
} }
} }
}else{ }else{
......
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