Browse Source

a3数据格式修改

chengzhiyixia 1 year ago
parent
commit
e504327753
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

+ 1 - 1
app/common/repositories/store/order/StoreOrderRepository.php

@@ -2235,7 +2235,7 @@ class StoreOrderRepository extends BaseRepository
2235 2235
               
2236 2236
                
2237 2237
                 //throw new ValidateException($user_datas['vr']);
2238
-                if($uid == 7){
2238
+                if($uid == 7 || $uid == 669 ||  $uid == 670){
2239 2239
                     //如果选择组合支付,查询当前用户名下的VR
2240 2240
                     $user_datas = Db::name('user')->where('uid',$uid)->find();
2241 2241