Commit 92d74fa7 authored by clone's avatar clone

Merge branch 'test'

parents edf4ba84 49a24149
......@@ -23,6 +23,7 @@ namespace app\index\controller;
use app\index\extend\Basic;
use app\model\AAgents;
use app\model\Agents;
use think\Session;
class Agent extends Basic
......@@ -54,7 +55,7 @@ class Agent extends Basic
* @throws \think\exception\DbException
*/
public function AgentList(){
$table= new AAgents;
$table= new Agents();
$data['status'] = 200;
$data['msg'] = '';
//获取当前模块可操作按钮start********************************
......
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