yingzi 2 yıl önce
ebeveyn
işleme
00ae14ccb7

+ 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);