yingzi 2 年之前
父節點
當前提交
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);