tag_407_2
This commit is contained in:
@@ -355,7 +355,7 @@ Class Lichene extends HD_Controller
|
||||
exit;
|
||||
}
|
||||
$this->load->model('receiver/receiver_customer_tag_model', 'mdCustomerTag');
|
||||
$ret = $this->mdCustomerTag->delete(['status' => -1, "id in({$param['ids']})" => null]);
|
||||
$ret = $this->mdCustomerTag->delete(["id in({$param['ids']})" => null]);
|
||||
print_r($ret);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user