quguofeng 2 years ago
parent
commit
ef77d1f3ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common.php

+ 1 - 0
application/common.php

@@ -1360,6 +1360,7 @@ function accountLog($mid, $money = 0,$integral = 0, $bond = 0, $desc = '',$type
         'is_ht'=>$is_ht,
         'system_user'=>$system_user
     );
+    var_dump($account_log);exit();
     /* 更新用户信息 */
     $update_data = array(
         'money'    => Db::raw('money+'.$money),