|
@@ -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];
|