This commit is contained in:
“wanyongkang”
2021-09-03 16:28:14 +08:00
parent 5148903389
commit fecba879ac

View File

@@ -17,7 +17,7 @@ $update_data = [
];
$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);