customer_visit_1025_3
This commit is contained in:
@@ -14,6 +14,8 @@ class Licheb extends HD_Controller
|
||||
{
|
||||
parent::__construct();
|
||||
$this->log_file = 'licheb.log';
|
||||
$this->load->model('receiver/receiver_customers_model', 'mdCustomers');
|
||||
$this->load->model('receiver/receiver_customers_visit_model', 'mdCustomersVisit');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -31,8 +33,6 @@ class Licheb extends HD_Controller
|
||||
echo '[0]点过后才会开始执行客户待回访[' . $hour . ']';
|
||||
return;
|
||||
}
|
||||
$this->load->model('receiver/receiver_customers_model', 'mdCustomers');
|
||||
$this->load->model('receiver/receiver_customers_visit_model', 'mdCustomersVisit');
|
||||
$size = 100;//每次最多处理多少条
|
||||
$rds = intval($this->input->get('rds'));
|
||||
$redis = &load_cache('redis');
|
||||
@@ -105,8 +105,6 @@ class Licheb extends HD_Controller
|
||||
echo '[23]点过后才会更新客户等级[' . $hour . ']';
|
||||
return;
|
||||
}
|
||||
$this->load->model('receiver/receiver_customers_model', 'mdCustomers');
|
||||
$this->load->model('receiver/receiver_customers_visit_model', 'mdCustomersVisit');
|
||||
$size = 100;//每次最多处理多少条
|
||||
$rds = intval($this->input->get('rds'));
|
||||
$redis = &load_cache('redis');
|
||||
|
||||
Reference in New Issue
Block a user