强子迅联补款
This commit is contained in:
@@ -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 = './ttrefund.csv';
|
||||
$file_path = './qzxlrefund.csv';
|
||||
$file = fopen($file_path, 'r');
|
||||
while ($info = fgetcsv($file)) {
|
||||
$user_model = new UserModel;
|
||||
@@ -21,7 +21,7 @@ while ($info = fgetcsv($file)) {
|
||||
$score_data = [
|
||||
'UserId' => $user_info['Id'],
|
||||
'ScoreType' => 1,
|
||||
'ScoreTypeName' => '天天失败订单补款金额',
|
||||
'ScoreTypeName' => '强子迅联失败订单补款金额',
|
||||
'ScoreValue' => $info[1],
|
||||
'UserName' => $info[0],
|
||||
'OperateUserName' => 'script',
|
||||
|
||||
Reference in New Issue
Block a user