rabin 3 năm trước cách đây
mục cha
commit
abc6230ea7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;