Browse Source

first commit

liuhairui 6 months ago
parent
commit
cde4de7277
1 changed files with 1 additions and 0 deletions
  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);
             }