Commit 865abf1f authored by hujun's avatar hujun

默认参数

parent e5f22742
......@@ -439,7 +439,7 @@ class PrivacyNumber
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function totalAgentCall($month)
public function totalAgentCall($month = '')
{
set_time_limit(0); // 取消脚本运行时间的超时上限
$call = new TAgentTotalCallModel();
......
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