shish hace 8 meses
padre
commit
6f0ab79e52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-hd/controllers/GhsController.php

+ 1 - 1
app-hd/controllers/GhsController.php

@@ -427,7 +427,7 @@ class GhsController extends BaseController
         if (empty($custom)) {
             util::fail('没有找到客户');
         }
-        if ($custom->black == 2) {
+        if ($custom->black == 1) {
             //没有列入黑名单的,增加访客记录
             StatVisitClass::addGhsCustomVisit($info, $custom);
         }