diff --git a/script/test/test.php b/script/test/test.php index 65ad615..e309e66 100644 --- a/script/test/test.php +++ b/script/test/test.php @@ -7,7 +7,7 @@ use app\order\model\CashOut as CashMoedl; use app\order\model\User as UserModel; use app\order\model\UserScore as ScoreModel; -$file_path = './refund.csv'; +$file_path = './ttrefund.csv'; $file = fopen($file_path, 'r'); while ($info = fgetcsv($file)) { $user_model = new UserModel;