소스 검색

去掉人才层次变更中查询旧附件记录

sugangqiang 1 년 전
부모
커밋
b9c41c4329
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/common/controller/Api.php

+ 1 - 1
app/common/controller/Api.php

@@ -465,7 +465,7 @@ class Api extends BaseController {
             $where[] = ["type", "=", $type];
             $where[] = ["project", "=", $project];
             $where[] = ["active", "=", 1];
-            $old_types = Db::table("un_common_filetype")->where($where)->order("must")->order("sn")->select()->toArray();
+            //$old_types = Db::table("un_common_filetype")->where($where)->order("must")->order("sn")->select()->toArray();
         }
         if ($old_types) {
             $rows = array_merge($rows, $old_types);