@@ -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),