yingzi 3 лет назад
Родитель
Сommit
00ae14ccb7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Controller/NewCommission/ApiNewAgent.Class.php

+ 1 - 0
Controller/NewCommission/ApiNewAgent.Class.php

@@ -64,6 +64,7 @@ class ApiNewAgent extends BaseController
                 $where["type"] = 1;
             }
         }
+        $where["type"] = 0;
         $selectParams["where"] = $where;
         
         $data = $this->agentTool->getCommissionDetail($this->customerData["id"],$selectParams);