liuhairui 6 ماه پیش
والد
کامیت
cde4de7277
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      application/admin/controller/QcodeProduct.php

+ 1 - 0
application/admin/controller/QcodeProduct.php

@@ -120,6 +120,7 @@ class QcodeProduct extends Backend
 
             $filter = json_decode($req['filter'], true);
 
+            
             foreach ($filter as $k => $v){
                 $where[$k] = new \MongoDB\BSON\Regex($v);
             }