Procházet zdrojové kódy

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

sugangqiang před 1 rokem
rodič
revize
b9c41c4329
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);