shish 3 éve
szülő
commit
852aa60986
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      app-ghs/controllers/CustomController.php

+ 2 - 0
app-ghs/controllers/CustomController.php

@@ -387,6 +387,8 @@ class CustomController extends BaseController
             //欠款客户
             $where['isDebt'] = 1;
             $sort = 'debtAmount DESC';
+        }else if ($type == 3) {
+            $where['isHd'] = 0;
         }
         $name = trim($name);
         if (!empty($name)) {