客户维护查询修改

This commit is contained in:
“wanyongkang”
2021-03-01 13:57:48 +08:00
parent ccf2c9b4b5
commit 3a51d02470

View File

@@ -323,7 +323,8 @@ class UserFollow extends Controller
if (!empty($search['last_month']['s_time'])) {
$date1 = date('Y-m-d', strtotime($search['last_month']['s_time']));
$date2 = date('Y-m-d H:i:s', strtotime($search['last_month']['e_time']));
} elseif (!empty($search['new_month']['s_time'])) {
}
if (!empty($search['new_month']['s_time'])) {
$date3 = date('Y-m-d', strtotime($search['new_month']['s_time']));
$date4 = date('Y-m-d H:i:s', strtotime($search['new_month']['e_time']));
}