Explorar el Código

Merge branch 'master' of https://git.97admin.com:433/chendeben/taoqu

chendeben hace 6 años
padre
commit
d3f11fc8f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      App/Api/Model/Dataoke.php

+ 1 - 1
App/Api/Model/Dataoke.php

@@ -48,7 +48,7 @@ class Dataoke
 //                    $d=$t;
 //                    unset($d['kw']);
 //                }
-                if (count($q)>1){
+                if (count($q)>0){
                     $s="?".http_build_query($q);
                 }else{
                     $s="";