Browse Source

book yunqi

zz 6 years ago
parent
commit
30e8455a58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/BookTest.php

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

@@ -357,7 +357,7 @@ class BookTest extends Command
             }else{
                 $type = 'GROUP_2';
             }
-            $t = "{$val['bid']},{$book_name},{$type},{$val['uid']},{$val['fee']},{$val['amount']}\r\n"
+            $t = "{$val['bid']},{$book_name},{$type},{$val['uid']},{$val['fee']},{$val['amount']}\r\n";
             $temp .=  mb_convert_encoding($t, 'gbk');
         }
         file_put_contents($file_name, $temp, FILE_APPEND);