Просмотр исходного кода

Merge branch 'dev-xpy' into dev

xupuyuan 1 год назад
Родитель
Сommit
e56faee8f3
1 измененных файлов с 7 добавлено и 4 удалено
  1. 7 4
      app/common/repositories/user/UserRepository.php

+ 7 - 4
app/common/repositories/user/UserRepository.php

@@ -1112,13 +1112,16 @@ class UserRepository extends BaseRepository
1112 1112
                     'user_name' => $cer['user_name'],
1113 1113
                     "mobile" => $cer['mobile'],
1114 1114
                     "user_card" => $cer['user_card'],//身份证
1115
-                    "pension" => $num,//养老金额度
1116
-                    "out_trade_no" => null,//订单号
1117
-                    "pay_time" => null,
1115
+                    "pension" => $num,//养老金
1116
+                    "out_trade_no" => '',
1117
+                    "account_type" => '',
1118
+                    "order_type" => 0,
1119
+                    "pay_time" => '',
1118 1120
                     "create_time" => date('Y-m-d H:i:s'),
1119
-                    "update_time" => null,
1121
+                    "update_time" => date('Y-m-d H:i:s'),
1120 1122
                     "uid" => $user['uid'],
1121 1123
                     "platform_no" => 'IN10' . (int)(microtime(true) * 1000) . mt_rand(10000, 99999),
1124
+                    "link_id" => ''
1122 1125
                 ];
1123 1126
                 Db::name('gzc_logs')->insert($ylj_data_log);
1124 1127
             }