shish 2 سال پیش
والد
کامیت
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;