customers_527_2
This commit is contained in:
@@ -403,8 +403,8 @@ class Licheb extends HD_Controller
|
||||
}
|
||||
foreach ($res_u as $key => $value) {
|
||||
$id = $value['id'];
|
||||
$biz_id = intval($value['biz_id']);
|
||||
if ($biz_id == 1 || $biz_id == 110) {
|
||||
$biz_id = $value['biz_id'];
|
||||
if ($biz_id == '1' || $biz_id == '110') {
|
||||
continue;
|
||||
}
|
||||
$where_c = array("biz_id in ($biz_id)" => null, 'status>=' => 0, 'admin_id' => 0);
|
||||
|
||||
Reference in New Issue
Block a user