소스 검색

电路附件修复++

sugangqiang 1 년 전
부모
커밋
e888e9c0fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();