Commit 9b436c5a authored by zhuwei's avatar zhuwei

总监日报周报

parent 3e78edfc
......@@ -742,6 +742,33 @@ class StatementService
return $result;
}
/**
* 查询总监日报数据
* @param $agent_id
* @param $agent_level
* @param $store_id
* @param $district_id
*/
public function selectStatementForDistrictWithDay($agent_id, $agent_level, $store_id, $district_id)
{
//todo
}
/**
* 查询总监周报数据
* @param $agent_id
* @param $agent_level
* @param $store_id
* @param $district_id
*/
public function selectStatementForDistrictWithWeek($agent_id, $agent_level, $store_id, $district_id)
{
//todo
}
/**
* 查询门店或者区域下所有经纪人id
* @param $district_or_store_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