Przeglądaj źródła

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

sugangqiang 1 rok temu
rodzic
commit
b9c41c4329
1 zmienionych plików z 1 dodań i 1 usunięć
  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);