Sfoglia il codice sorgente

包裹同步 查询条件更新

ANG YU 4 anni fa
parent
commit
c560dfbd3d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Filters/OrderPackageFilters.php

+ 1 - 1
app/Filters/OrderPackageFilters.php

@@ -257,6 +257,6 @@ class OrderPackageFilters
 
     public function virtual_receive()
     {
-        $this->queryBuilder->where('collecting_status', 1)->where('route_length', '<=', 3);
+        $this->queryBuilder->where('collecting_status', 1)->where('route_length', '<', 3);
     }
 }