|
@@ -133,6 +133,7 @@ class Integral extends EnterpriseController {
|
|
|
}
|
|
|
$ft_ids = array_filter(explode(",", $integralItemInfo["fileTypeId"]));
|
|
|
if ($ft_ids) {
|
|
|
+ $whereFt = [];
|
|
|
$whereFt[] = ["id", "in", $ft_ids];
|
|
|
$whereFt[] = ["must", "=", 1];
|
|
|
$fts = Db::table("new_common_filetype")->where($whereFt)->select()->toArray();
|