Commit 8499dbfd authored by hujun's avatar hujun

1

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