优化:运营中心 - 配送商从联盟商家中分离 单独成组
This commit is contained in:
parent
b8a96aa8a2
commit
2e2e71d1e1
|
|
@ -46,7 +46,8 @@ class Agent extends BaseController{
|
||||||
case 2: $params['agent_type'] = 2;break;
|
case 2: $params['agent_type'] = 2;break;
|
||||||
case 3: $params['agent_type'] = 5;break;
|
case 3: $params['agent_type'] = 5;break;
|
||||||
case 4: $params['agent_type'] = 11;break;
|
case 4: $params['agent_type'] = 11;break;
|
||||||
case 5: $params['agent_type'] = [7,8];break;
|
case 5: $params['agent_type'] = 7;break;
|
||||||
|
case 6: $params['agent_type'] = 8;break;
|
||||||
}
|
}
|
||||||
$data = app()->make(AgentRepository::class)->getList((array)$params,(int)$page,(int)$limit);
|
$data = app()->make(AgentRepository::class)->getList((array)$params,(int)$page,(int)$limit);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue