sugangqiang hai 1 ano
pai
achega
61b1a50ea9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/common/api/TalentConditionApi.php

+ 1 - 1
app/common/api/TalentConditionApi.php

@@ -20,7 +20,7 @@ class TalentConditionApi {
         $where[] = ["type", "=", $type];
         if (!$showAll) {
             $where[] = ["delete", "=", 0];
-            $where[] = ["active", "=", $active];
+            $where[] = ["active", "=", 1];
         }
         if ($cat) {
             $where[] = ["talentLevelCat", "=", $cat];