@@ -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;