shish hace 4 meses
padre
commit
451d723530
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      console/controllers/GhsOrderController.php

+ 1 - 1
console/controllers/GhsOrderController.php

@@ -83,7 +83,7 @@ class GhsOrderController extends Controller
         $extraCondition = [
             'payStatus' => 1,
             'status' => ['in', [2, 3]],
-            'payTime <' => $maxPayTime,
+            'payTime<' => $maxPayTime,
         ];
 
         $ghsShops = ShopClass::getAllByCondition(['ptStyle' => 2, 'live' => 1], null, 'mainId');