Commit 2d75e7a9 authored by zhuwei's avatar zhuwei

bug

parent 358abe5f
...@@ -439,7 +439,7 @@ class Broker extends Basic ...@@ -439,7 +439,7 @@ class Broker extends Basic
/*修改记录部分 start*/ /*修改记录部分 start*/
$records = new GOperatingRecords(); $records = new GOperatingRecords();
$param_['user_id'] = $user_id; $param_['user_id'] = $user_id;
$param_['type'] = 4; $param_['type'] = 3;
$records_result = $records->user_history($param_); $records_result = $records->user_history($param_);
$data['user_info'] = $user_res; $data['user_info'] = $user_res;
$data['user_history'] = $records_result; $data['user_history'] = $records_result;
......
...@@ -258,7 +258,10 @@ class Remark extends Basic ...@@ -258,7 +258,10 @@ class Remark extends Basic
$records = new GOperatingRecords(); $records = new GOperatingRecords();
$param_['user_id'] = $user_id; $param_['user_id'] = $user_id;
$param_['type'] = 3;
$records_result = $records->user_history($param_); $records_result = $records->user_history($param_);
$param_=[];
$param_['user_id'] = $user_id;
$param_['type'] = 5; $param_['type'] = 5;
$records_invite_result = $records->user_history($param_); $records_invite_result = $records->user_history($param_);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment