shish 1 anno fa
parent
commit
781f3deeab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -2218,7 +2218,7 @@ class OrderController extends BaseController
             $period = dateUtil::formatTime($searchTime, $startTime, $endTime);
             $where['payTime'] = ['between', [$period['startTime'], $period['endTime']]];
         } else {
-            if ($mainId == 33447) {
+            if ($mainId == 33447 && $id == 51031) {
                 util::fail('请选时间');
             }
         }