1
This commit is contained in:
@@ -404,7 +404,7 @@ class User extends Wxapp
|
||||
];
|
||||
$wl_num = $this->mdCustomerVisitData->count_visit(array_merge($where_v, ['b.status<>' => 2]));
|
||||
unset($where_v['b.t_day']);
|
||||
$yl_num = $this->mdCustomerVisitData->count_visit(array_merge($where_v, ['b.status' => 1]));
|
||||
$yl_num = $this->mdCustomerVisitData->count_visit(array_merge($where_v, ['b.status' => 3]));
|
||||
//数据统计
|
||||
$str_uids = $str_userids = '';
|
||||
if ($group_id == 1) {
|
||||
|
||||
Reference in New Issue
Block a user