This commit is contained in:
“wanyongkang”
2021-05-28 17:06:09 +08:00
parent 94439ad1fe
commit 5e97015a72
3 changed files with 19 additions and 2 deletions

View File

@@ -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"));