更新全部静态文本

This commit is contained in:
2025-04-09 23:11:12 +08:00
parent a4f8ba4440
commit 188fe51b24
23 changed files with 78 additions and 651 deletions

View File

@@ -25,7 +25,7 @@ $order = db_get_row("select * from {$tb_name} where id={$order_id}");
//把车设为正常
db_query("update cars set status='正常' where id={$cars_id}");
//扣除押金
//扣除预存款
$date_now = date('Y-m-d');
$date = diffBetweenTwoDays($order['begintime'],$date_now);
if($date == 0){