Commit bd71fd7e authored by hujun's avatar hujun

1

parent 4a993418
......@@ -483,6 +483,7 @@ class PrivacyNumber
$time += $t_val['time'];
}
$tmp_data['money'] = $minute * 0.055 + $minute * 0.04;
$tmp_data['money'] = number_format($tmp_data['money'], 2);
$tmp_data['time'] = $time;
$tmp_data['phone'] = $v['phone_no'];
$tmp_data['agent_id'] = $v['agents_id'];
......
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