Browse Source

电路附件修复++

sugangqiang 1 year ago
parent
commit
e888e9c0fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/enterprise/controller/Integral.php

+ 1 - 0
app/enterprise/controller/Integral.php

@@ -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();