songxingwei 3 years ago
parent
commit
7db6be6fde
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common/model/User.php

+ 1 - 0
application/common/model/User.php

@@ -623,6 +623,7 @@ class User Extends Model
      * 消费明细
      * 消费明细
      */
      */
     public static function moneyRecord($user_id,$Nowpage,$limits){
     public static function moneyRecord($user_id,$Nowpage,$limits){
+        echo $user_id;die;
         //提现记录
         //提现记录
         $withdraw = UserWithdraw::where('user_id',$user_id)->field('withdraw_type,paid,why,create_at,price')->select();
         $withdraw = UserWithdraw::where('user_id',$user_id)->field('withdraw_type,paid,why,create_at,price')->select();
         if (count($withdraw)>0){
         if (count($withdraw)>0){