This commit is contained in:
@@ -74,6 +74,7 @@ class UserFollow extends Controller
|
||||
}
|
||||
if (!empty($search['keyWord'])) {
|
||||
$where['LoginCode'] = ['like', '%' . $search['keyWord'] . '%'];
|
||||
unset($where['ManagerId']);
|
||||
}
|
||||
$flag = date("d", time()) == date("t", time());
|
||||
$date1 = date("Y-m-01", strtotime("-1 month"));
|
||||
|
||||
Reference in New Issue
Block a user