customer_visit_1025_5

This commit is contained in:
dengbw
2021-10-25 11:26:24 +08:00
committed by lccsw
parent b53cca70d4
commit a8986e6004
-2
View File
@@ -47,7 +47,6 @@ class Licheb extends HD_Controller
}
$c_id = $redis->get($redisVisit);
!$c_id && $c_id = 0;
$c_id = 0;
$log = array();
$where = array('id >' => $c_id, 'status in(0,1)', 'admin_id >' => 0, 'c_time <' => strtotime($day . ' 00:00:00'));
$res_c = $this->mdCustomers->select($where, 'id asc', 1, $size, 'id,level');
@@ -137,7 +136,6 @@ class Licheb extends HD_Controller
}
$c_id = $redis->get($redisVisit);
!$c_id && $c_id = 0;
$c_id = 0;
$log = array();
$where = array('id >' => $c_id, 'status in(0,1)', 'admin_id >' => 0, 'c_time <' => strtotime($day . ' 00:00:00'));
$res_c = $this->mdCustomers->select($where, 'id asc', 1, $size, 'id,level');