chengzhiyixia 1 år sedan
förälder
incheckning
b15ca1ca97
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      app/controller/api/merchant/sxy/Access.php

+ 2 - 1
app/controller/api/merchant/sxy/Access.php

@@ -787,7 +787,8 @@ class Access
787 787
             }
788 788
             //b2 精彩生活区的现金+积分支付
789 789
             if($array_fzone_paytype['type'] == 'b2'){
790
-
790
+                
791
+                $userdata = Db::name('user')->where('uid',$store_order_data['uid'])->find();
791 792
                 //查询用户的积分是否足够
792 793
                 $score_pri = $userdata['score'] - $array_fzone_paytype['other'];
793 794
                 if($score_pri < 0){