Explorar el Código

you2 data bugs

zz hace 6 años
padre
commit
3ad31c34f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Console/Commands/BookTest.php

+ 1 - 1
app/Console/Commands/BookTest.php

@@ -318,7 +318,7 @@ class BookTest extends Command
     }
 
     private function you2(){
-        $sql1 = 'TRUNCATE yq_stats';
+        $sql1 = 'TRUNCATE yq_stats2';
         DB::update($sql1);
 
         $info = BookUser::where('type','ENABLE')->select('bid','uid','type','updated_at')