shish 2 лет назад
Родитель
Сommit
d4e77edb19
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      app-ghs/controllers/OrderController.php

+ 4 - 0
app-ghs/controllers/OrderController.php

@@ -716,6 +716,10 @@ class OrderController extends BaseController
         if (!empty($status)) {
             $where['status'] = $status;
         }
+        $clearSign = $get['clearSign'] ?? -1;
+        if ($clearSign > -1) {
+            $where['clearSign'] = $clearSign;
+        }
         $book = $get['book'] ?? -1;
         if ($book > -1) {
             $where['book'] = $book;