Browse Source

修改 恒成塑业 待加工单时间

cqp 1 year ago
parent
commit
2cf63ac87e
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/Http/Controllers/Api/ScreenController.php

+ 1 - 3
app/Http/Controllers/Api/ScreenController.php

@@ -490,9 +490,7 @@ class ScreenController extends BaseController
      * @return array
      */
     public function nu_work_order(Request $request){
-        // 获取当前时间戳
-        $currentTimestamp = time();
-        $startOfDay = strtotime(date('Y-m-d 00:00:00', $currentTimestamp));
+        $startOfDay = strtotime(date('Y-m-d 00:00:00', strtotime("-20days")));
 
         $result = DispatchSub::where('del_time',0)
             ->where('dispatch_time_start',">=", $startOfDay)