Commit 4ddabae2 authored by zw's avatar zw

统计

parent d21b16d6
...@@ -8,7 +8,7 @@ use think\Request; ...@@ -8,7 +8,7 @@ use think\Request;
* User : zw * User : zw
* Date : 2018/3/20 * Date : 2018/3/20
* Time : 下午2:06 * Time : 下午2:06
* Intro: * Intro: 业绩模块
*/ */
class Performance extends Basic{ class Performance extends Basic{
...@@ -16,6 +16,7 @@ class Performance extends Basic{ ...@@ -16,6 +16,7 @@ class Performance extends Basic{
{ {
parent::__construct($request); parent::__construct($request);
} }
public function selectPerformanceByTime(){ public function selectPerformanceByTime(){
$params = array( $params = array(
"agent_id" => 1, "agent_id" => 1,
......
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