天天失败订单补款金额

This commit is contained in:
“wanyongkang”
2021-01-22 11:09:02 +08:00
parent 34ef472b3c
commit d88b020baf

View File

@@ -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;