Commit 49a24149 authored by hujun's avatar hujun

经纪人表

parent 2609d0af
......@@ -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