This commit is contained in:
xman 2025-07-02 17:32:24 +08:00
parent c25812e644
commit 35f6660713

View File

@ -221,7 +221,7 @@ class Orderplan extends Backend
} }
private function buildDate($build, $table_name = null,$name = 'audit_time') private function buildDate($build, $table_name = null,$name = 'create_time')
{ {
$start = now()->modify('-14 days')->format('Y-m-d'); $start = now()->modify('-14 days')->format('Y-m-d');
$end_at = now()->format('Y-m-d 23:29:59'); $end_at = now()->format('Y-m-d 23:29:59');