Commit 949ac0fa authored by clone's avatar clone

update

parent bc9d4462
...@@ -354,7 +354,7 @@ class OrderLogService ...@@ -354,7 +354,7 @@ class OrderLogService
$pageSize = empty($params["page_size"]) ? 15 : $params["page_size"]; $pageSize = empty($params["page_size"]) ? 15 : $params["page_size"];
$agent_id = $params["submit_agent_id"]; $agent_id = $params["submit_agent_id"];
$aService = new AgentVerifyService(); $aService = new VerifyService();
$ids = $aService->getAgentsByAgentId($agent_id); $ids = $aService->getAgentsByAgentId($agent_id);
$params["ids"] = $ids; $params["ids"] = $ids;
......
...@@ -11,7 +11,7 @@ use app\model\AAgents; ...@@ -11,7 +11,7 @@ use app\model\AAgents;
* Time : 14:11 * Time : 14:11
* Intro: * Intro:
*/ */
class AgentVerifyService class VerifyService
{ {
private $agentModel; private $agentModel;
......
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