Commit 1f810b1a authored by hujun's avatar hujun

users_id

parent 81fc18da
...@@ -123,7 +123,7 @@ class PrivacyNumber ...@@ -123,7 +123,7 @@ class PrivacyNumber
} else { } else {
$id = explode('_', $info); $id = explode('_', $info);
$save_data['agents_id'] = $id[0]; $save_data['agents_id'] = $id[0];
$save_data['users_i'] = $id[1]; $save_data['users_id'] = $id[1];
$save_data['user_type'] = $id[2]; $save_data['user_type'] = $id[2];
} }
$call_time = strtotime($save_data['release_time']) - strtotime($save_data['start_time']); $call_time = strtotime($save_data['release_time']) - strtotime($save_data['start_time']);
......
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