Commit 5313ac6c authored by zhuwei's avatar zhuwei

业绩排行

parent ab1f0f33
......@@ -7,10 +7,8 @@ namespace app\index\controller;
* Time: 上午10:18
*/
use app\index\extend\Basic;
use app\index\service\PerformanceService;
use app\index\untils\ExportExcelUntil;
use app\index\service\OfficePerformanceService;
use think\Request;
use \think\Session;
class OfficePerformance extends Basic
{
......@@ -21,7 +19,7 @@ class OfficePerformance extends Basic
function __construct(Request $request = null)
{
parent::__construct($request);
$this->service_ = new PerformanceService();
$this->service_ = new OfficePerformanceService();
$this->pageSize = 20;
}
......
This diff is collapsed.
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