|
|
@ -1243,7 +1243,7 @@ class UserModel extends Model{
|
|
|
|
$analysis = $redis->mget($keys);
|
|
|
|
$analysis = $redis->mget($keys);
|
|
|
|
//组合数组为键值对
|
|
|
|
//组合数组为键值对
|
|
|
|
$analysis = array_combine($keys,$analysis);
|
|
|
|
$analysis = array_combine($keys,$analysis);
|
|
|
|
$data = '';
|
|
|
|
$data = [];
|
|
|
|
|
|
|
|
|
|
|
|
if(!empty($_GET['start']) && !empty($_GET['end'])) {
|
|
|
|
if(!empty($_GET['start']) && !empty($_GET['end'])) {
|
|
|
|
$start = strtotime($_GET['start']);
|
|
|
|
$start = strtotime($_GET['start']);
|
|
|
|