cqp 10 godzin temu
rodzic
commit
1f90bc85c6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Service/TPlusServerService.php

+ 1 - 1
app/Service/TPlusServerService.php

@@ -1411,7 +1411,7 @@ class TPlusServerService extends Service
     public function synItemRoad($data, $user){
         if(empty($data['crt_time'][0]) || empty($data['crt_time'][1])) return [false, '同步时间不能为空'];
         $start_time = $data['crt_time'][0] / 1000;
-        $end_time = $data['crt_time'][0] / 1000;
+        $end_time = $data['crt_time'][1] / 1000;
         list($bool, $bool_msg) = $this->isWithinMonths($start_time, $end_time);
         if(! $bool) return [false, $bool_msg];