rabin hace 3 años
padre
commit
abc6230ea7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/agent/lib/Order.php

+ 1 - 1
service/agent/lib/Order.php

@@ -1487,7 +1487,7 @@ class Order
         if($fend){
             $where['fend'] = strtotime($fend);
         }
-        if(!$fstart || $fend){
+        if(!$fstart || !$fend){
             Dever::alert('请选择时间');
         }
         $where['status'] = $status;