delete
This commit is contained in:
@@ -17,7 +17,7 @@ $update_data = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
$where_month = [
|
$where_month = [
|
||||||
'EndTime' => ['<',date("Y-m-d H:i:s", strtotime("-1 month"))]
|
'EndTime' => ['<',date("Y-m-d H:i:s", strtotime("-2 month"))]
|
||||||
];
|
];
|
||||||
|
|
||||||
$account_model->updateOne($where,$update_data);
|
$account_model->updateOne($where,$update_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user