|
@@ -126,6 +126,7 @@ class Talent extends EnterpriseController {
|
|
|
$where[] = ["project", "=", 1];
|
|
|
$where[] = ["type", "=", $this->user["type"]];
|
|
|
$where[] = ["must", "=", 1];
|
|
|
+ $where[] = ["isConditionFile", "<>", 1];
|
|
|
if ($whr) {
|
|
|
$filetypes = Db::table("new_common_filetype")->where([$where, $whr])->select()->toArray();
|
|
|
} else {
|
|
@@ -197,6 +198,7 @@ class Talent extends EnterpriseController {
|
|
|
$where[] = ["project", "=", 1];
|
|
|
$where[] = ["type", "=", $this->user["type"]];
|
|
|
$where[] = ["must", "=", 1];
|
|
|
+ $where[] = ["isConditionFile", "<>", 1];
|
|
|
if ($whr) {
|
|
|
$filetypes = Db::table("new_common_filetype")->where([$where, $whr])->select()->toArray();
|
|
|
} else {
|