dever 3 年之前
父节点
当前提交
6e24ed923f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      database/data.php

+ 1 - 1
database/data.php

@@ -135,7 +135,7 @@ if ($info) {
             $key = 'col_' . $v['id'];
     		$list = false;
             if (!in_array($v['id'], $info['col'])) {
-                $update_type = 'hidden';
+                $update_type = false;
             } else {
                 if ($v['type'] == 1) {
                     $update_type = 'text';