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